org.eclipse.higgins.icard
Class ReadOnlyObjectException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.higgins.icard.CardException
              extended byorg.eclipse.higgins.icard.ReadOnlyObjectException
All Implemented Interfaces:
Serializable

public class ReadOnlyObjectException
extends CardException

See Also:
Serialized Form

Constructor Summary
ReadOnlyObjectException()
           
ReadOnlyObjectException(String message)
           
ReadOnlyObjectException(String message, Throwable cause)
           
ReadOnlyObjectException(Throwable cause)
           
 
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
 

Constructor Detail

ReadOnlyObjectException

public ReadOnlyObjectException()

ReadOnlyObjectException

public ReadOnlyObjectException(String message)

ReadOnlyObjectException

public ReadOnlyObjectException(String message,
                               Throwable cause)

ReadOnlyObjectException

public ReadOnlyObjectException(Throwable cause)