com.ibm.websphere.management.cmdframework
Class InvalidParameterValueException

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.cmdframework.CommandException
                      extended by com.ibm.websphere.management.cmdframework.CommandValidationException
                          extended by com.ibm.websphere.management.cmdframework.InvalidParameterValueException
All Implemented Interfaces:
com.ibm.ws.exception.WsNestedException, java.io.Serializable

public class InvalidParameterValueException
extends CommandValidationException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.websphere.management.cmdframework.CommandException
nls
 
Constructor Summary
InvalidParameterValueException(java.lang.String cmdName, java.lang.String paramName, java.lang.Object paramVal)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.String getParamName()
          Access method for the paramName property.
 java.lang.Object getValue()
          Access method for the value property.
 
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, getStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidParameterValueException

public InvalidParameterValueException(java.lang.String cmdName,
                                      java.lang.String paramName,
                                      java.lang.Object paramVal)
Method Detail

getParamName

public java.lang.String getParamName()
Access method for the paramName property.

Returns:
the current value of the paramName property

getValue

public java.lang.Object getValue()
Access method for the value property.

Returns:
the current value of the value property

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable