| 
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.cxf.common.i18n.Exception
org.apache.cxf.BusException
public class BusException
The BusException class is used to indicate a bus exception has occurred.
| Constructor Summary | |
|---|---|
BusException(Message msg)
Constructs a BusException with the provided detail message. | 
|
BusException(Message msg,
             Throwable cause)
Constructs a BusException with the detail message and cause
 provided. | 
|
BusException(Throwable cause)
Constructs a BusException with the provided cause. | 
|
| Method Summary | 
|---|
| Methods inherited from class org.apache.cxf.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 | 
|---|
public BusException(Message msg)
BusException with the provided detail message.
public BusException(Message msg,
                    Throwable cause)
BusException with the detail message and cause
 provided.
public BusException(Throwable cause)
BusException with the provided cause.
  | 
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||