Class NLApiException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NLApiException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Constructor Detail

      • NLApiException

        public NLApiException​(NLApiErrorCode errorCode,
                              java.lang.String message,
                              java.lang.Throwable cause)
      • NLApiException

        public NLApiException​(NLApiErrorCode errorCode,
                              java.lang.String message)
      • NLApiException

        public NLApiException​(NLApiErrorCode errorCode,
                              java.lang.Throwable cause)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
      • getExceptionIdentifier

        public java.lang.String getExceptionIdentifier()