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:
- 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
 
- 
- 
Constructor SummaryConstructors Constructor Description InvalidPropertyException()Creates the Invalid Attribute ExceptionInvalidPropertyException(java.lang.String key, java.lang.String message)Creates the Invalid Attribute ExceptionInvalidPropertyException(java.lang.String key, java.lang.String message, java.lang.Throwable cause)Creates the Invalid Attribute ExceptionInvalidPropertyException(java.lang.Throwable cause)Creates the Invalid Attribute Exception
 - 
Method Summary- 
Methods inherited from class com.ibm.wsspi.security.wim.exception.WIMExceptiongetMessageKey
 
- 
 
- 
- 
- 
Constructor Detail- 
InvalidPropertyExceptionpublic InvalidPropertyException() Creates the Invalid Attribute Exception
 - 
InvalidPropertyExceptionpublic InvalidPropertyException(java.lang.String key, java.lang.String message)Creates the Invalid Attribute Exception- Parameters:
- message- The message or message key of the exception.
 
 - 
InvalidPropertyExceptionpublic 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.
 
 - 
InvalidPropertyExceptionpublic InvalidPropertyException(java.lang.Throwable cause) Creates the Invalid Attribute Exception- Parameters:
- cause- The cause of the exception.
 
 
- 
 
-