org.eclipse.higgins.cardstore.exceptions
Class UnsupportedObjectModel

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.higgins.cardstore.exceptions.UnsupportedObjectModel
All Implemented Interfaces:
Serializable

public class UnsupportedObjectModel
extends Exception

See Also:
Serialized Form

Field Summary
static String copyright
           
 
Constructor Summary
UnsupportedObjectModel()
           
UnsupportedObjectModel(String arg0)
           
UnsupportedObjectModel(String arg0, Throwable arg1)
           
UnsupportedObjectModel(Throwable arg0)
           
 
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
 

Field Detail

copyright

public static String copyright
Constructor Detail

UnsupportedObjectModel

public UnsupportedObjectModel()

UnsupportedObjectModel

public UnsupportedObjectModel(String arg0,
                              Throwable arg1)

UnsupportedObjectModel

public UnsupportedObjectModel(String arg0)

UnsupportedObjectModel

public UnsupportedObjectModel(Throwable arg0)