org.oddjob.beanbus
Class BusCrashException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.oddjob.beanbus.BusException
              extended by org.oddjob.beanbus.BusCrashException
All Implemented Interfaces:
Serializable

public class BusCrashException
extends BusException

See Also:
Serialized Form

Constructor Summary
BusCrashException()
           
BusCrashException(String message)
           
BusCrashException(String message, Throwable cause)
           
BusCrashException(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

BusCrashException

public BusCrashException()

BusCrashException

public BusCrashException(String message,
                         Throwable cause)

BusCrashException

public BusCrashException(String message)

BusCrashException

public BusCrashException(Throwable cause)