public class ResourceException extends Exception
Constructor and Description |
---|
ResourceException() |
ResourceException(String message) |
ResourceException(String message,
String errorCode) |
ResourceException(String message,
Throwable cause) |
ResourceException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode() |
Exception |
getLinkedException()
Deprecated.
|
void |
setErrorCode(String errorCode) |
void |
setLinkedException(Exception ex)
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2013. All Rights Reserved.