public class SendNotificationException extends Exception
SendNotificationException
class is used to throw
exceptions whenever an error is encountered in sending notifications to
applications. Errors include unsupported protocol, applications unreachable,
communication link error etc.Constructor and Description |
---|
SendNotificationException(String msg)
Constructs an instance of the
SendNotificationException
class. |
SendNotificationException(Throwable t)
Constructs an instance of the
SendNotificationException
class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SendNotificationException(String msg)
SendNotificationException
class.msg
- The message provided by the object which is throwing the
exception.public SendNotificationException(Throwable t)
SendNotificationException
class.t
- The Throwable object provided by the object which is throwing
the exception.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.