public class ServiceRuntimeException extends RuntimeException
Service runtime exception.| Constructor and Description |
|---|
ServiceRuntimeException()
Default constructor.
|
ServiceRuntimeException(String message)
Public constructor.
|
ServiceRuntimeException(String message,
Throwable cause)
Public constructor.
|
ServiceRuntimeException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Public constructor.
|
ServiceRuntimeException(Throwable cause)
Public constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceRuntimeException()
public ServiceRuntimeException(String message)
message - exception messagepublic ServiceRuntimeException(Throwable cause)
cause - exception causepublic ServiceRuntimeException(String message, Throwable cause)
message - exception messagecause - exception causepublic ServiceRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - exception messagecause - exception causeenableSuppression - whether or not suppression is enabled or disabledwritableStackTrace - whether or not the stack trace should be writableCopyright © 2013–2019 BB Corp. All rights reserved.