Class LDAPSDKUsageException

    • Constructor Summary

      Constructors 
      Constructor Description
      LDAPSDKUsageException​(java.lang.String message)
      Creates a new instance of this exception with the provided message.
      LDAPSDKUsageException​(java.lang.String message, java.lang.Throwable cause)
      Creates a new instance of this exception with the provided message and cause.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void toString​(java.lang.StringBuilder buffer)
      Appends a string representation of this exception to the provided buffer.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LDAPSDKUsageException

        public LDAPSDKUsageException​(java.lang.String message)
        Creates a new instance of this exception with the provided message.
        Parameters:
        message - The message to use for this exception.
      • LDAPSDKUsageException

        public LDAPSDKUsageException​(java.lang.String message,
                                     java.lang.Throwable cause)
        Creates a new instance of this exception with the provided message and cause.
        Parameters:
        message - The message to use for this exception.
        cause - The underlying cause for this exception. It may be null if no cause is available.
    • Method Detail

      • toString

        public void toString​(java.lang.StringBuilder buffer)
        Appends a string representation of this exception to the provided buffer.
        Overrides:
        toString in class LDAPSDKRuntimeException
        Parameters:
        buffer - The buffer to which the string representation of this exception is to be appended.