net.spy.util
Class BrokenPromiseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.spy.util.BrokenPromiseException
- All Implemented Interfaces:
- Serializable
public class BrokenPromiseException
- extends Exception
Report on a broken promise.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.
Copyright © 1995-2007 SPY Internetworking. All Rights Reserved.