Class XdsRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openehealth.ipf.commons.ihe.xds.core.XdsRuntimeException
- All Implemented Interfaces:
Serializable
- Author:
- Dmytro Rud
- See Also:
-
Constructor Summary
ConstructorDescriptionXdsRuntimeException
(ErrorCode errorCode, String codeContext, Severity severity, String location) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XdsRuntimeException
-
-
Method Details
-
getErrorCode
-
getCodeContext
-
getSeverity
-
getLocation
-
getMessage
- Overrides:
getMessage
in classThrowable
-