Class ChUnknownLanguageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cxf.common.i18n.UncheckedException
org.apache.cxf.interceptor.Fault
org.apache.cxf.binding.soap.SoapFault
org.openehealth.ipf.platform.camel.ihe.svs.iti48.exceptions.ChUnknownLanguageException
- All Implemented Interfaces:
Serializable
public class ChUnknownLanguageException
extends org.apache.cxf.binding.soap.SoapFault
A SOAP exception for an unknown value set language. Defined in the Swiss "EPR – Central Services Interface
Documentation" document.
- Author:
- Quentin Ligier
- See Also:
-
Field Summary
Fields inherited from class org.apache.cxf.binding.soap.SoapFault
ATTACHMENT_IOFields inherited from class org.apache.cxf.interceptor.Fault
FAULT_CODE_CLIENT, FAULT_CODE_SERVER, STACKTRACE, STACKTRACE_NAMESPACEFields inherited from class org.apache.cxf.common.i18n.UncheckedException
message -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.cxf.binding.soap.SoapFault
addSubCode, createFault, getCodeString, getNamespaces, getNode, getReason, getRole, getSubCode, getSubCodes, getSubCodeString, setNamespaces, setNode, setRole, setSubCode, setSubCodesMethods inherited from class org.apache.cxf.interceptor.Fault
getDetail, getFaultCode, getLang, getMessage, getOrCreateDetail, getStatusCode, hasDetails, setDetail, setFaultCode, setLang, setMessage, setStatusCodeMethods inherited from class org.apache.cxf.common.i18n.UncheckedException
getCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ChUnknownLanguageException
-