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