public class SxmpErrorException extends Exception
| Constructor and Description |
|---|
SxmpErrorException(SxmpErrorCode errorCode,
String msg) |
SxmpErrorException(SxmpErrorCode errorCode,
String msg,
Operation.Type operationType) |
SxmpErrorException(SxmpErrorCode errorCode,
String msg,
Operation.Type operationType,
Throwable cause) |
SxmpErrorException(SxmpErrorCode errorCode,
String msg,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
SxmpErrorCode |
getErrorCode() |
String |
getErrorMessage() |
Operation.Type |
getOperationType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SxmpErrorException(SxmpErrorCode errorCode, String msg)
public SxmpErrorException(SxmpErrorCode errorCode, String msg, Operation.Type operationType)
public SxmpErrorException(SxmpErrorCode errorCode, String msg, Throwable cause)
public SxmpErrorException(SxmpErrorCode errorCode, String msg, Operation.Type operationType, Throwable cause)
public SxmpErrorCode getErrorCode()
public String getErrorMessage()
public Operation.Type getOperationType()
Copyright © 2016. All rights reserved.