net.spy.util
Class BrokenPromiseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.spy.util.NestedException
              extended bynet.spy.util.BrokenPromiseException
All Implemented Interfaces:
Serializable

public class BrokenPromiseException
extends NestedException

Report on a broken promise.

See Also:
Serialized Form

Constructor Summary
BrokenPromiseException(String msg)
          Get an instance of BrokenPromiseException with a message.
BrokenPromiseException(String msg, Throwable t)
          Get an instance of BrokenPromiseException with a message and a root cause Throwable.
 
Methods inherited from class net.spy.util.NestedException
getCause, getRootCause, printStackTrace, printStackTrace, printStackTrace, setRootCause, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BrokenPromiseException

public BrokenPromiseException(String msg)
Get an instance of BrokenPromiseException with a message.


BrokenPromiseException

public BrokenPromiseException(String msg,
                              Throwable t)
Get an instance of BrokenPromiseException with a message and a root cause Throwable.