Package org.apache.cxf.common.i18n
Class UncheckedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.cxf.common.i18n.UncheckedException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConfigurationException
,ExtensionException
,Fault
,ServiceConstructionException
public class UncheckedException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncheckedException(Throwable cause)
UncheckedException(Logger log, String msg, Object... params)
UncheckedException(Logger log, String msg, Throwable t, Object... params)
UncheckedException(ResourceBundle bundle, String msg, Object... params)
UncheckedException(ResourceBundle bundle, String msg, Throwable t, Object... params)
UncheckedException(Message msg)
UncheckedException(Message msg, Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCode()
String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
message
protected final Message message
-
-
Constructor Detail
-
UncheckedException
public UncheckedException(Message msg)
-
UncheckedException
public UncheckedException(Throwable cause)
-
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 classThrowable
-
-