Class MissingInitPropertyException
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.InitializationException
com.ibm.wsspi.security.wim.exception.MissingInitPropertyException
- All Implemented Interfaces:
Serializable
Initialization exception specifying that the initialization failed because an expected configuration
property was not found.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates the Missing Initialization Property ExceptionMissingInitPropertyException
(String key, String message) Creates the Missing Initialization Property ExceptionMissingInitPropertyException
(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
-
MissingInitPropertyException
public MissingInitPropertyException()Creates the Missing Initialization Property Exception -
MissingInitPropertyException
Creates the Missing Initialization Property Exception- Parameters:
message
- The message or message key of the exception.
-
MissingInitPropertyException
- Parameters:
cause
-
-
MissingInitPropertyException
- Parameters:
message
-cause
-
-