com.calitha.exception
Class UnsupportedTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.calitha.exception.UnsupportedTypeException
- All Implemented Interfaces:
- Serializable
public class UnsupportedTypeException
- extends Exception
This exception is thrown when a persistent object is saved with an unsupported type.
- Author:
- Robert van Loenhout
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedTypeException
public UnsupportedTypeException(String message)
UnsupportedTypeException
public UnsupportedTypeException(String message,
Exception e)