public class ApplicationServiceException extends Exception
| Constructor and Description |
|---|
ApplicationServiceException()
Instantiates a new Application Service Exception.
|
ApplicationServiceException(String message)
Instantiates a new Application Service Exception with the provided message.
|
ApplicationServiceException(String message,
Throwable throwable)
Instantiates a new Application Service Exception with the provided message and
Throwable. |
ApplicationServiceException(Throwable throwable)
Instantiates a new Application Service Exception with the provided
Throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ApplicationServiceException()
public ApplicationServiceException(String message)
message - the messagepublic ApplicationServiceException(String message, Throwable throwable)
Throwable.message - the messagethrowable - the throwableThis work is licensed under a Creative Commons Attribution 4.0 International License.