org.jcreme.state
Class MementoException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jcreme.state.MementoException
All Implemented Interfaces:
java.io.Serializable

public class MementoException
extends java.lang.Exception

Version:
$Revision: 1.1 $
Author:
$Author: dbregeon $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
MementoException()
           
MementoException(java.lang.String message)
           
MementoException(java.lang.String message, java.lang.Throwable cause)
           
MementoException(java.lang.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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MementoException

public MementoException()

MementoException

public MementoException(java.lang.String message)
Parameters:
message -

MementoException

public MementoException(java.lang.String message,
                        java.lang.Throwable cause)
Parameters:
message -
cause -

MementoException

public MementoException(java.lang.Throwable cause)
Parameters:
cause -


Copyright 2006 null. All Rights Reserved.