public class ServiceInstantiationException extends ServiceRuntimeException
ServiceInstantiationException exception, can be used on Service implementation instantiation phase.| Constructor and Description |
|---|
ServiceInstantiationException()
Default constructor.
|
ServiceInstantiationException(String message)
Public constructor.
|
ServiceInstantiationException(String message,
Throwable cause)
Public constructor.
|
ServiceInstantiationException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Public constructor.
|
ServiceInstantiationException(Throwable cause)
Public constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceInstantiationException()
public ServiceInstantiationException(String message)
message - exception messagepublic ServiceInstantiationException(Throwable cause)
cause - exception causepublic ServiceInstantiationException(String message, Throwable cause)
message - exception messagecause - exception causepublic ServiceInstantiationException(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.