public class KSIProtocolException extends KSIException
Constructor and Description |
---|
KSIProtocolException(Long eCode,
String msg)
Creates service exception.
|
KSIProtocolException(Long eCode,
String msg,
Throwable cause)
Creates service exception.
|
KSIProtocolException(String message)
Creates service exception.
|
KSIProtocolException(String message,
Throwable cause)
Creates service exception.
|
Modifier and Type | Method and Description |
---|---|
long |
getErrorCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public KSIProtocolException(Long eCode, String msg)
eCode
- error code.msg
- error message.public KSIProtocolException(Long eCode, String msg, Throwable cause)
eCode
- error code.msg
- error message.cause
- error cause.public KSIProtocolException(String message)
message
- error message.Copyright © 2024 Guardtime. All rights reserved.