com.ibm.websphere.management.exception
Class InvalidParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.ws.exception.WsException
com.ibm.websphere.management.exception.AdminException
com.ibm.websphere.management.exception.InvalidParameterException
- All Implemented Interfaces:
- com.ibm.ws.exception.WsNestedException, java.io.Serializable
public class InvalidParameterException
- extends AdminException
This is the base class for many system management related exceptions.
It may also be thrown when there is no suitable subclass exception.
- See Also:
- Serialized Form
Methods inherited from class com.ibm.ws.exception.WsException |
getCause, initCause |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidParameterException
public InvalidParameterException()
InvalidParameterException
public InvalidParameterException(java.lang.String msg)
InvalidParameterException
public InvalidParameterException(java.lang.Throwable th,
java.lang.String msg)
InvalidParameterException
public InvalidParameterException(java.lang.Throwable th)