Class PageControlException
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.PageControlException
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionPageControlException(String key, String message) PageControlException(String key, String message, Throwable cause) PageControlException(Throwable cause)  - 
Method Summary
Methods inherited from class com.ibm.wsspi.security.wim.exception.WIMException
getMessageKeyMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
PageControlException
public PageControlException() - 
PageControlException
- Parameters:
 message-
 - 
PageControlException
- Parameters:
 cause-
 - 
PageControlException
- Parameters:
 message-cause-
 
 -