com.ibm.websphere.wim.exception
Class PluginConfigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.websphere.wim.exception.WIMException
-
- com.ibm.websphere.wim.exception.WIMApplicationException
-
- com.ibm.websphere.wim.exception.PluginConfigException
-
- All Implemented Interfaces:
- java.io.Serializable
public class PluginConfigException extends WIMApplicationException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.ibm.websphere.wim.exception.WIMException
SUCCESS
-
-
Constructor Summary
Constructors Constructor and Description PluginConfigException(java.lang.String msg)Default ConstructorPluginConfigException(java.lang.String messageKey, java.lang.Object[] params, java.util.logging.Level severity, java.lang.String className, java.lang.String methodName)Creates the PluginConfigException.PluginConfigException(java.lang.String messageKey, java.lang.Object[] params, java.util.logging.Level severity, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)Creates the PluginConfigException.
-
Method Summary
-
Methods inherited from class com.ibm.websphere.wim.exception.WIMException
getLocalizedMessage, getLocalizedMessage, getMessage, getMessage, getMessageBundle, getMessageKey, getMessageParams, getRootError, getRootErrorCode, getRootErrorMessage, getRootErrorSource, isRootErrorSet, setRootError, setRootError, setRootErrorCode, setRootErrorCode, setRootErrorMessage, setRootErrorMessage, setRootErrorSource, setRootErrorSource
-
-
-
-
Constructor Detail
-
PluginConfigException
public PluginConfigException(java.lang.String msg)
Default Constructor- Parameters:
message- error message
-
PluginConfigException
public PluginConfigException(java.lang.String messageKey, java.lang.Object[] params, java.util.logging.Level severity, java.lang.String className, java.lang.String methodName)Creates the PluginConfigException.- Parameters:
messageKey- The message key of the exception.params- The parameters used for the message key of the exception.severity- The exception severity(java.util.logging.Level)className- The name of the class throwing the exception.methodName- The name of the method throwing the exception.
-
PluginConfigException
public PluginConfigException(java.lang.String messageKey, java.lang.Object[] params, java.util.logging.Level severity, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)Creates the PluginConfigException.- Parameters:
messageKey- The message key of the exception.params- The parameters used for the message key of the exception.severity- The exception severity(java.util.logging.Level)className- The name of the class throwing the exception.methodName- The name of the method throwing the exception.cause- root cause of the exception.
-
-