public class ServiceException extends Exception
| Constructor and Description |
|---|
ServiceException(String message)
Creates new exception with given message
|
ServiceException(String message,
Throwable cause)
Creates new exception with given message
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceException(String message, Throwable cause)
message - message for exceptioncause - cause of exceptionpublic ServiceException(String message)
message - message for exceptionCopyright © 2017 Pivotal Software, Inc.. All rights reserved.