org.oddjob.beanbus
Class BusException

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

public abstract class BusException
extends Exception

See Also:
Serialized Form

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

BusException

public BusException()

BusException

public BusException(String message,
                    Throwable cause)

BusException

public BusException(String message)

BusException

public BusException(Throwable cause)