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 Summary
Constructors 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.WIMException
getMessageKey
-
-
-
-
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.
-
-