Apache CXF API

org.apache.cxf.bus.extension
Class ExtensionException

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.bus.extension.ExtensionException
All Implemented Interfaces:
Serializable

public class ExtensionException
extends UncheckedException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.cxf.common.i18n.UncheckedException
message
 
Constructor Summary
ExtensionException(Message msg)
          Constructs a ExtensionException with the provided detail message.
ExtensionException(Message msg, Throwable cause)
          Constructs a ExtensionException with the detail message and cause provided.
ExtensionException(Throwable cause)
          Constructs an ExtensionException with the provided cause.
 
Method Summary
 
Methods inherited from class org.apache.cxf.common.i18n.UncheckedException
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

ExtensionException

public ExtensionException(Message msg)
Constructs a ExtensionException with the provided detail message.


ExtensionException

public ExtensionException(Message msg,
                          Throwable cause)
Constructs a ExtensionException with the detail message and cause provided.


ExtensionException

public ExtensionException(Throwable cause)
Constructs an ExtensionException with the provided cause.


Apache CXF API

Apache CXF