com.ibm.carma
Class IllegalCustomParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.ibm.carma.IllegalCustomParameterException
- All Implemented Interfaces:
- java.io.Serializable
public class IllegalCustomParameterException
- extends java.lang.IllegalArgumentException
Thrown to indicate that a CARMA operation has been passed a custom parameter
that does not conform to the conventions described in the RAM custom action
configuration. The custom action configuration that is to be used for the method call
can be retrieved from the CustomActionAccepter.findActionFor(String)
method on of the resource being acted upon.
- See Also:
- Serialized Form
|
Constructor Summary |
IllegalCustomParameterException(CustomParameter param,
java.lang.String message)
Constructs an IllegalCustomParameterException associated
with the processing of the given custom parameter and the specified
detail message. |
IllegalCustomParameterException(ReturnValue returnValue,
java.lang.String message)
Constructs an IllegalCustomParameterException associated
with the processing of the given custom return value and the specified
detail message. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
COPYRIGHT
public final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
IllegalCustomParameterException
public IllegalCustomParameterException(CustomParameter param,
java.lang.String message)
- Constructs an
IllegalCustomParameterException associated
with the processing of the given custom parameter and the specified
detail message.
- Parameters:
param - parameter that the the illegal value is associated withmessage - detailed exception message
IllegalCustomParameterException
public IllegalCustomParameterException(ReturnValue returnValue,
java.lang.String message)
- Constructs an
IllegalCustomParameterException associated
with the processing of the given custom return value and the specified
detail message.
- Parameters:
returnValue - return value that the the illegal value is associated withmessage - detailed exception message