net.spy.util
Class BrokenPromiseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.spy.util.BrokenPromiseException
All Implemented Interfaces:
java.io.Serializable

public class BrokenPromiseException
extends java.lang.Exception

Report on a broken promise.

See Also:
Serialized Form

Constructor Summary
BrokenPromiseException(java.lang.String msg)
          Get an instance of BrokenPromiseException with a message.
BrokenPromiseException(java.lang.String msg, java.lang.Throwable t)
          Get an instance of BrokenPromiseException with a message and a root cause Throwable.
 
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

BrokenPromiseException

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


BrokenPromiseException

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



Copyright © 1995-2007 SPY Internetworking. All Rights Reserved.