IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.management.exception
Class InvalidParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.ws.exception.WsException
              extended by com.ibm.websphere.management.exception.AdminException
                  extended by 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

Constructor Summary
InvalidParameterException()
           
InvalidParameterException(java.lang.String msg)
           
InvalidParameterException(java.lang.Throwable th)
           
InvalidParameterException(java.lang.Throwable th, java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class com.ibm.websphere.management.exception.AdminException
getAdminException, printStackTrace, printStackTrace
 
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
 

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)

IBM WebSphere Application ServerTM
Release 7