public class NotificationServiceException extends Exception
NotificationService,
Serialized Form| Constructor 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, toStringpublic NotificationServiceException(String message, Throwable cause)
message - the messagecause - the causepublic NotificationServiceException(String message)
message - the messageCopyright © 2026. All rights reserved.