public abstract class CARException
extends java.lang.Exception
Modifier | Constructor and Description |
---|---|
protected |
CARException(ErrorCode errorCode)
Constructor from superclass.
|
protected |
CARException(ErrorCode errorCode,
java.lang.String description)
Constructor from superclass.
|
protected |
CARException(ErrorCode errorCode,
java.lang.String description,
java.lang.Throwable cause)
Constructor from superclass.
|
protected |
CARException(ErrorCode errorCode,
java.lang.Throwable cause)
Constructor from superclass.
|
Modifier and Type | Method and Description |
---|---|
ErrorCode |
getErrorCode() |
protected CARException(ErrorCode errorCode)
protected CARException(ErrorCode errorCode, java.lang.String description)
protected CARException(ErrorCode errorCode, java.lang.String description, java.lang.Throwable cause)
protected CARException(ErrorCode errorCode, java.lang.Throwable cause)
public ErrorCode getErrorCode()