org.apache.cxf.binding.jbi
Class JBIFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.cxf.common.i18n.UncheckedException
                  extended by org.apache.cxf.interceptor.Fault
                      extended by org.apache.cxf.binding.jbi.JBIFault
All Implemented Interfaces:
java.io.Serializable

public class JBIFault
extends Fault

See Also:
Serialized Form

Field Summary
static java.lang.String JBI_FAULT_CODE_CLIENT
           
static java.lang.String JBI_FAULT_CODE_SERVER
           
static java.lang.String JBI_FAULT_DETAIL
           
static java.lang.String JBI_FAULT_PREFIX
           
static java.lang.String JBI_FAULT_ROOT
           
static java.lang.String JBI_FAULT_STRING
           
 
Fields inherited from class org.apache.cxf.interceptor.Fault
FAULT_CODE_CLIENT, FAULT_CODE_SERVER, STACKTRACE
 
Constructor Summary
JBIFault(Message message)
           
JBIFault(Message message, java.lang.Throwable throwable)
           
JBIFault(java.lang.String message)
           
 
Method Summary
static JBIFault createFault(Fault f)
           
 
Methods inherited from class org.apache.cxf.interceptor.Fault
getDetail, getFaultCode, getMessage, getOrCreateDetail, hasDetails, setDetail, setFaultCode, setMessage
 
Methods inherited from class org.apache.cxf.common.i18n.UncheckedException
getCode
 
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
 

Field Detail

JBI_FAULT_PREFIX

public static final java.lang.String JBI_FAULT_PREFIX
See Also:
Constant Field Values

JBI_FAULT_ROOT

public static final java.lang.String JBI_FAULT_ROOT
See Also:
Constant Field Values

JBI_FAULT_STRING

public static final java.lang.String JBI_FAULT_STRING
See Also:
Constant Field Values

JBI_FAULT_DETAIL

public static final java.lang.String JBI_FAULT_DETAIL
See Also:
Constant Field Values

JBI_FAULT_CODE_SERVER

public static final java.lang.String JBI_FAULT_CODE_SERVER
See Also:
Constant Field Values

JBI_FAULT_CODE_CLIENT

public static final java.lang.String JBI_FAULT_CODE_CLIENT
See Also:
Constant Field Values
Constructor Detail

JBIFault

public JBIFault(Message message,
                java.lang.Throwable throwable)

JBIFault

public JBIFault(Message message)

JBIFault

public JBIFault(java.lang.String message)
Method Detail

createFault

public static JBIFault createFault(Fault f)


Apache CXF