Class NsclientException

    • Constructor Detail

      • NsclientException

        public NsclientException()
        Constructor.
      • NsclientException

        public NsclientException​(String message)
        Constructor, sets the message pertaining to the exception problem.
        Parameters:
        message - the message pertaining to the exception problem.
      • NsclientException

        public NsclientException​(String message,
                                 Throwable cause)
        Constructor, sets the message pertaining to the exception problem and the root cause exception (if applicable.)
        Parameters:
        message - the message pertaining to the exception problem.
        cause - the exception that caused this exception to be generated.
      • NsclientException

        public NsclientException​(Throwable cause)
        Constructor, sets the exception that caused this exception to be generated.
        Parameters:
        cause - the exception that caused this exception to be generated.