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