public class BaseException extends IOException
| Constructor and Description |
|---|
BaseException(ErrorCode errorCode)
Constructor.
|
BaseException(ErrorCode errorCode,
String message)
Constructor.
|
BaseException(ErrorCode errorCode,
String message,
Throwable cause)
Constructor.
|
BaseException(ErrorCode errorCode,
Throwable cause)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorCode |
getErrorCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BaseException(ErrorCode errorCode)
errorCode - Base exception error codepublic BaseException(ErrorCode errorCode, String message)
errorCode - Base exception error codemessage - a message describing the cause of the errorpublic BaseException(ErrorCode errorCode, String message, Throwable cause)
errorCode - Base exception error codemessage - a message describing the cause of the errorcause - the underlying cause of the errorpublic ErrorCode getErrorCode()
Copyright © 2005-2020 HID Global Corporation/ASSA ABLOY AB.