Apache CXF API

org.apache.cxf.common.i18n
Class UncheckedException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigurationException, ExtensionException, Fault, JaxWsConfigurationException, PolicyException, RMStoreException, ServiceConstructionException, TrustException, WSDLQueryException, WSDLRuntimeException

public class UncheckedException
extends RuntimeException

See Also:
Serialized Form

Field Summary
protected  Message message
           
 
Constructor Summary
UncheckedException(Logger log, String msg, Object... params)
           
UncheckedException(Logger log, String msg, Throwable t, Object... params)
           
UncheckedException(Message msg)
           
UncheckedException(Message msg, Throwable t)
           
UncheckedException(ResourceBundle bundle, String msg, Object... params)
           
UncheckedException(ResourceBundle bundle, String msg, Throwable t, Object... params)
           
UncheckedException(Throwable cause)
           
 
Method Summary
 String getCode()
           
 String 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
 

Field Detail

message

protected final Message message
Constructor Detail

UncheckedException

public UncheckedException(Message msg)

UncheckedException

public UncheckedException(Message msg,
                          Throwable t)

UncheckedException

public UncheckedException(Throwable cause)

UncheckedException

public UncheckedException(Logger log,
                          String msg,
                          Object... params)

UncheckedException

public UncheckedException(ResourceBundle bundle,
                          String msg,
                          Object... params)

UncheckedException

public UncheckedException(Logger log,
                          String msg,
                          Throwable t,
                          Object... params)

UncheckedException

public UncheckedException(ResourceBundle bundle,
                          String msg,
                          Throwable t,
                          Object... params)
Method Detail

getCode

public String getCode()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

Apache CXF API

Apache CXF