Celtix User APIs

org.objectweb.celtix
Class BusException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.celtix.common.i18n.Exception
              extended by org.objectweb.celtix.BusException
All Implemented Interfaces:
Serializable

public class BusException
extends Exception

See Also:
Serialized Form

Constructor Summary
BusException(String msg)
           
BusException(String msg, Throwable cause)
           
BusException(Throwable cause)
           
 
Method Summary
protected  Message createMessage(String code, Object... params)
           
 
Methods inherited from class org.objectweb.celtix.common.i18n.Exception
getCode, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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(String msg)

BusException

public BusException(String msg,
                    Throwable cause)

BusException

public BusException(Throwable cause)
Method Detail

createMessage

protected Message createMessage(String code,
                                Object... params)
Specified by:
createMessage in class Exception

Celtix User APIs