public class ServiceException extends RuntimeException
Constructor and Description |
---|
ServiceException(String message)
Constructs a new exception with the given message.
|
ServiceException(String message,
Throwable throwable)
Constructs a new exception with the given message and the given root cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServiceException(String message, Throwable throwable)
message
- The exceptions message.throwable
- The root cause.public ServiceException(String message)
message
- The exceptions message.Copyright © 2016 SAP. All Rights Reserved.