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:
java.io.Serializable
Direct Known Subclasses:
ConfigurationException, ExtensionException, Fault, ForkedCommandException, JaxWsConfigurationException, PolicyException, RMStoreException, ServiceConstructionException, WSDLQueryException, WSDLRuntimeException

public class UncheckedException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
UncheckedException(Message msg)
           
UncheckedException(Message msg, java.lang.Throwable t)
           
UncheckedException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getCode()
           
 java.lang.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
 

Constructor Detail

UncheckedException

public UncheckedException(Message msg)

UncheckedException

public UncheckedException(Message msg,
                          java.lang.Throwable t)

UncheckedException

public UncheckedException(java.lang.Throwable cause)
Method Detail

getCode

public java.lang.String getCode()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

Apache CXF API

Apache CXF