Class EntityNotInRealmScopeException
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.EntityNotInRealmScopeException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionEntityNotInRealmScopeException
(String key, String message) EntityNotInRealmScopeException
(String key, String message, Throwable cause) -
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
-
EntityNotInRealmScopeException
public EntityNotInRealmScopeException() -
EntityNotInRealmScopeException
- Parameters:
message
-
-
EntityNotInRealmScopeException
- Parameters:
cause
-
-
EntityNotInRealmScopeException
- Parameters:
message
-cause
-
-