org.planx.xmlstore
Class StaleReferenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.planx.xmlstore.StaleReferenceException
All Implemented Interfaces:
Serializable

public class StaleReferenceException
extends Exception

Author:
Henning Niss
See Also:
Serialized Form

Constructor Summary
StaleReferenceException(String msg)
           
StaleReferenceException(String name, Reference old, Reference found)
           
StaleReferenceException(String msg, Throwable cause)
           
StaleReferenceException(Throwable cause)
           
 
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

StaleReferenceException

public StaleReferenceException(Throwable cause)

StaleReferenceException

public StaleReferenceException(String msg)

StaleReferenceException

public StaleReferenceException(String msg,
                               Throwable cause)

StaleReferenceException

public StaleReferenceException(String name,
                               Reference old,
                               Reference found)


Copyright © 2010. All Rights Reserved.