com.ibm.wsspi.security.wim.exception

Class InvalidPropertyException

  • All Implemented Interfaces:
    java.io.Serializable


    public class InvalidPropertyException
    extends WIMApplicationException
    Member Manager application exception to indicate that the attribute specified by the caller is invalid.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • InvalidPropertyException

        public InvalidPropertyException()
        Creates the Invalid Attribute Exception
      • InvalidPropertyException

        public InvalidPropertyException(java.lang.String key,
                                java.lang.String message)
        Creates the Invalid Attribute Exception
        Parameters:
        message - The message or message key of the exception.
      • InvalidPropertyException

        public InvalidPropertyException(java.lang.String key,
                                java.lang.String message,
                                java.lang.Throwable cause)
        Creates the Invalid Attribute Exception
        Parameters:
        message - The message or message key of the exception.
        cause - The cause of the exception.
      • InvalidPropertyException

        public InvalidPropertyException(java.lang.Throwable cause)
        Creates the Invalid Attribute Exception
        Parameters:
        cause - The cause of the exception.