com.fatwire.agent
Class InvalidArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.fatwire.agent.AgentException
com.fatwire.agent.InvalidArgumentException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidArgumentException
- extends AgentException
This exception is thrown when an invalid input parameter
was passed to a function.
- See Also:
- Serialized Form
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidArgumentException
public InvalidArgumentException()
- See Also:
Exception.Exception()
InvalidArgumentException
public InvalidArgumentException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- error reason.- See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)
InvalidArgumentException
public InvalidArgumentException(java.lang.String message)
- Parameters:
message
- error reason.- See Also:
Exception.Exception(java.lang.String)
InvalidArgumentException
public InvalidArgumentException(java.lang.Throwable cause)
- See Also:
Exception.Exception(java.lang.Throwable)