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:
Constructor Summary
Method Summary
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, setStackTrace, toString |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail
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)