net.ertp
Class InsufficientERightsException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--net.ertp.InsufficientERightsException
- All Implemented Interfaces:
- Serializable
- public class InsufficientERightsException
- extends Exception
Untamed: Thrown when an operation fails because one of the parties provided less
erights than were needed.
This corresponds to the banking notion of "Insufficient Funds", generalized
to arbitrary erights.
- Author:
- Mark S. Miller
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap |
InsufficientERightsException
public InsufficientERightsException()
- Enabled:
InsufficientERightsException
public InsufficientERightsException(String msg)
- Enabled:
comments?