Class UserException

  • All Implemented Interfaces:
    Serializable

    @Unstable
    public class UserException
    extends Exception
    Generic exception for the user api module.
    Since:
    14.6RC1, 14.4.3, 13.10.8
    Version:
    $Id: 00d70085dd763d87e915b3223f5f3dc5c35fc078 $
    See Also:
    Serialized Form
    • Constructor Detail

      • UserException

        public UserException​(String message,
                             Throwable cause)
        Constructs a new user exception with the specified detail message and cause.
        Parameters:
        message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method)
        cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)