com.ibm.itim.apps.identity

Class InvalidPasswordException

  • All Implemented Interfaces:
    java.io.Serializable


    public class InvalidPasswordException
    extends ApplicationException
    This class identifies the attempt to set a password with an invalid value.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidPasswordException

        public InvalidPasswordException(java.lang.String errCode)
        Constructs and InvalidPasswordException with an error code.
        Parameters:
        errCode - Code for the error.
      • InvalidPasswordException

        public InvalidPasswordException(java.lang.String errCode,
                                        java.lang.Object[] tokens)
        Constructs an InvalidPasswordException with an error code and message tokens
        Parameters:
        errCode - Code for the error.
        tokens - Object[] containing string values for replaceable tokens in the message bundle string.
      • InvalidPasswordException

        public InvalidPasswordException(java.lang.String errCode,
                                        java.lang.Throwable cause)
        Constructs an InvalidPasswordException with an error code and the cause exception.
        Parameters:
        errCode - Error code identifying the problem.
        cause - Throwable representing the exception causing this exception.
      • InvalidPasswordException

        public InvalidPasswordException(java.lang.String errCode,
                                        java.lang.Object[] tokens,
                                        java.util.Collection<InvalidPasswordException> composingExceptions)
        Constructs an InvalidPasswordException with an error code and the cause exception.
        Parameters:
        errCode - Error code identifying the problem.
        cause - Throwable representing the exception causing this exception.