|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.websphere.wim.exception.WIMException
com.ibm.websphere.wim.exception.WIMApplicationException
com.ibm.websphere.wim.exception.InvalidPropertyException
public class InvalidPropertyException
Member Manager application exception to indicate that the attribute specified by the caller is invalid.
Field Summary |
---|
Fields inherited from class com.ibm.websphere.wim.exception.WIMException |
---|
SUCCESS |
Constructor Summary | |
---|---|
InvalidPropertyException()
Creates the Invalid Attribute Exception |
|
InvalidPropertyException(java.lang.String message)
Creates the Invalid Attribute Exception |
|
InvalidPropertyException(java.lang.String message,
java.util.logging.Level severity,
java.lang.String className,
java.lang.String methodName)
Creates the Invalid Attribute Exception |
|
InvalidPropertyException(java.lang.String message,
java.util.logging.Level severity,
java.lang.String className,
java.lang.String methodName,
java.lang.Throwable cause)
Creates the Invalid Attribute Exception |
|
InvalidPropertyException(java.lang.String message,
java.lang.String className,
java.lang.String methodName)
Creates the Invalid Attribute Exception |
|
InvalidPropertyException(java.lang.String message,
java.lang.String className,
java.lang.String methodName,
java.lang.Throwable cause)
Creates the Invalid Attribute Exception |
|
InvalidPropertyException(java.lang.String message,
java.lang.Throwable cause)
Creates the Invalid Attribute Exception |
|
InvalidPropertyException(java.lang.Throwable cause)
Creates the Invalid Attribute Exception |
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 |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InvalidPropertyException()
public InvalidPropertyException(java.lang.String message)
message
- The message or message key of the exception.public InvalidPropertyException(java.lang.String message, java.util.logging.Level severity, java.lang.String className, java.lang.String methodName)
message
- The message or message key of the exception.severity
- The exception serverityclassName
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.public InvalidPropertyException(java.lang.String message, java.util.logging.Level severity, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
message
- The message or message key of the exception.severity
- The exception serverityclassName
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.cause
- The cause of the exception.public InvalidPropertyException(java.lang.String message, java.lang.String className, java.lang.String methodName)
message
- The message or message key of the exception.className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.public InvalidPropertyException(java.lang.String message, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
message
- The message or message key of the exception.className
- The name of the class throwing the exception.methodName
- The name of the method throwing the exception.cause
- The cause of the exception.public InvalidPropertyException(java.lang.String message, java.lang.Throwable cause)
message
- The message or message key of the exception.cause
- The cause of the exception.public InvalidPropertyException(java.lang.Throwable cause)
cause
- The cause of the exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |