public class ServiceRuntimeException extends RuntimeException
| Constructor and Description |
|---|
ServiceRuntimeException()
Override constructor from RuntimeException.
|
ServiceRuntimeException(String message)
Override constructor from RuntimeException.
|
ServiceRuntimeException(String message,
Throwable cause)
Override constructor from RuntimeException.
|
ServiceRuntimeException(Throwable cause)
Override constructor from RuntimeException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceRuntimeException()
RuntimeExceptionpublic ServiceRuntimeException(String message)
message - passed to RuntimeExceptionRuntimeExceptionpublic ServiceRuntimeException(String message, Throwable cause)
message - passed to RuntimeExceptioncause - passed to RuntimeExceptionRuntimeExceptionpublic ServiceRuntimeException(Throwable cause)
cause - passed to RuntimeExceptionRuntimeExceptionCopyright © 2021. All rights reserved.