Class ALException

    • Constructor Detail

      • ALException

        public ALException()
        Constructs an ALException object.
      • ALException

        public ALException​(String message)
        Constructs an ALException object with the specified detail message.
      • ALException

        public ALException​(String message,
                           Throwable cause)
        Constructs an ALException object with the specified detail message and root cause.
      • ALException

        public ALException​(Throwable cause)
        Constructs an ALException object with the specified root cause.