public class AlertServiceException extends Exception
AlertService
,
Serialized FormConstructor and Description |
---|
AlertServiceException(String message)
Construct a new alert service exception with the specified message.
|
AlertServiceException(String message,
Throwable cause)
Construct a new alert service exception with the specified message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AlertServiceException(String message, Throwable cause)
message
- the messagecause
- the causepublic AlertServiceException(String message)
message
- the messageCopyright © 2020. All rights reserved.