org.csapi.jr.se
Class InvalidEnumValueException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.csapi.jr.se.InvalidArgumentException
|
+--org.csapi.jr.se.InvalidEnumValueException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidEnumValueException
- extends InvalidArgumentException
Thrown when an enum data type is accessed with an invalid request value
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidEnumValueException
public InvalidEnumValueException()
InvalidEnumValueException
public InvalidEnumValueException(java.lang.String message)
InvalidEnumValueException
public InvalidEnumValueException(java.lang.String message,
java.lang.Throwable cause)
InvalidEnumValueException
public InvalidEnumValueException(java.lang.Throwable cause)