Class UserDirectoryException

    • Constructor Detail

      • UserDirectoryException

        @Deprecated
        public UserDirectoryException()
        Deprecated.
        This class should not be instantiated by users of the API.
        Constructs a UserDirectoryException with no detail message.
        Since:
        3.0
      • UserDirectoryException

        @Deprecated
        public UserDirectoryException​(String message)
        Deprecated.
        This class should not be instantiated by users of the API.
        Constructs a UserDirectoryException with a specified detail message.
        Parameters:
        message - the detail message
        Since:
        3.0
      • UserDirectoryException

        @Deprecated
        public UserDirectoryException​(String message,
                                      Throwable cause)
        Deprecated.
        This class should not be instantiated by users of the API.
        Constructs a UserDirectoryException with a specified detail message and cause.
        Parameters:
        message - the detail message
        cause - the cause of the exception
        Since:
        3.0
      • UserDirectoryException

        @Deprecated
        public UserDirectoryException​(Throwable cause)
        Deprecated.
        This class should not be instantiated by users of the API.
        Constructs a UserDirectoryException with a specified cause.
        Parameters:
        cause - the cause of the exception
        Since:
        3.0