com.calitha.exception
Class UnsupportedTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
UnsupportedTypeException(String message)
           
UnsupportedTypeException(String message, Exception e)
           
 
Method Summary
 
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
 

Constructor Detail

UnsupportedTypeException

public UnsupportedTypeException(String message)

UnsupportedTypeException

public UnsupportedTypeException(String message,
                                Exception e)