org.jbpm.wire
Class WireException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jbpm.wire.WireException
All Implemented Interfaces:
java.io.Serializable

public class WireException
extends java.lang.RuntimeException

thrown during the creation or initialization of objects from the Wiring Context.

Author:
Tom Baeyens, Guillaume Porcher (documentation)
See Also:
Serialized Form

Constructor Summary
WireException()
           
WireException(java.lang.String message)
           
WireException(java.lang.String message, java.lang.Throwable cause)
           
WireException(java.lang.Throwable cause)
           
 
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

WireException

public WireException()

WireException

public WireException(java.lang.String message,
                     java.lang.Throwable cause)

WireException

public WireException(java.lang.String message)

WireException

public WireException(java.lang.Throwable cause)