Package network.oxalis.ng.as4.lang
Class OxalisAs4Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- network.oxalis.ng.api.lang.OxalisException
-
- network.oxalis.ng.as4.lang.OxalisAs4Exception
-
- All Implemented Interfaces:
Serializable,AS4Error
public class OxalisAs4Exception extends OxalisException implements AS4Error
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OxalisAs4Exception(String message)OxalisAs4Exception(String message, Throwable cause)OxalisAs4Exception(String message, Throwable cause, AS4ErrorCode errorCode)OxalisAs4Exception(String message, Throwable cause, AS4ErrorCode errorCode, AS4ErrorCode.Severity severity)OxalisAs4Exception(String message, AS4ErrorCode errorCode)OxalisAs4Exception(String message, AS4ErrorCode errorCode, AS4ErrorCode.Severity severity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AS4ErrorCodegetErrorCode()ExceptiongetException()AS4ErrorCode.SeveritygetSeverity()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface network.oxalis.ng.as4.lang.AS4Error
getMessage
-
-
-
-
Constructor Detail
-
OxalisAs4Exception
public OxalisAs4Exception(String message)
-
OxalisAs4Exception
public OxalisAs4Exception(String message, AS4ErrorCode errorCode)
-
OxalisAs4Exception
public OxalisAs4Exception(String message, AS4ErrorCode errorCode, AS4ErrorCode.Severity severity)
-
OxalisAs4Exception
public OxalisAs4Exception(String message, Throwable cause, AS4ErrorCode errorCode)
-
OxalisAs4Exception
public OxalisAs4Exception(String message, Throwable cause, AS4ErrorCode errorCode, AS4ErrorCode.Severity severity)
-
-
Method Detail
-
getErrorCode
public AS4ErrorCode getErrorCode()
- Specified by:
getErrorCodein interfaceAS4Error
-
getSeverity
public AS4ErrorCode.Severity getSeverity()
- Specified by:
getSeverityin interfaceAS4Error
-
getException
public Exception getException()
- Specified by:
getExceptionin interfaceAS4Error
-
-