ovm.polyd
Class DispatcherCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ovm.polyd.PolyDException
                  extended by ovm.polyd.DispatcherCreationException
All Implemented Interfaces:
java.io.Serializable

public class DispatcherCreationException
extends PolyDException

This exception is thrown if an error condition is detected by PolyD during the creation of a new dispatcher.

If a policy throws a PolicyException during construction, the exception will NOT be intercepted by PolyD, and you will have to catch it yourself (if you want to).

See Also:
PolicyException, Serialized Form

Field Summary
 int trouble
          The internal code of this exception.
 
Method Summary
 java.lang.String toString()
          A textual representation of this error condition.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

trouble

public final int trouble
The internal code of this exception. For information and debugging only.

Method Detail

toString

public java.lang.String toString()
A textual representation of this error condition.

Overrides:
toString in class java.lang.Throwable