Class InvalidPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wsspi.security.wim.exception.WIMException
com.ibm.wsspi.security.wim.exception.WIMApplicationException
com.ibm.wsspi.security.wim.exception.InvalidPropertyException
- All Implemented Interfaces:
Serializable
Member Manager application exception to indicate that the attribute specified by the caller is invalid.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates the Invalid Attribute ExceptionInvalidPropertyException
(String key, String message) Creates the Invalid Attribute ExceptionInvalidPropertyException
(String key, String message, Throwable cause) Creates the Invalid Attribute ExceptionCreates the Invalid Attribute Exception -
Method Summary
Methods inherited from class com.ibm.wsspi.security.wim.exception.WIMException
getMessageKey
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidPropertyException
public InvalidPropertyException()Creates the Invalid Attribute Exception -
InvalidPropertyException
Creates the Invalid Attribute Exception- Parameters:
message
- The message or message key of the exception.
-
InvalidPropertyException
Creates the Invalid Attribute Exception- Parameters:
message
- The message or message key of the exception.cause
- The cause of the exception.
-
InvalidPropertyException
Creates the Invalid Attribute Exception- Parameters:
cause
- The cause of the exception.
-