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

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
InsufficientERightsException()
          Enabled:
InsufficientERightsException(String msg)
          Enabled:
 
Methods inherited from class java.lang.Throwable
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InsufficientERightsException

public InsufficientERightsException()
Enabled:


InsufficientERightsException

public InsufficientERightsException(String msg)
Enabled:



comments?