public class NotificationFactoryException extends Exception
Constructor and Description |
---|
NotificationFactoryException()
Constructor for NotificationFactoryException.
|
NotificationFactoryException(String message)
Constructor for NotificationFactoryException.
|
NotificationFactoryException(String message,
Throwable rootCause)
Constructor for NotificationFactoryException.
|
NotificationFactoryException(Throwable rootCause)
Constructor for NotificationFactoryException.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getRootCause()
Getter for the field
rootCause . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotificationFactoryException()
Constructor for NotificationFactoryException.
public NotificationFactoryException(String message)
Constructor for NotificationFactoryException.
message
- a String
object.public NotificationFactoryException(String message, Throwable rootCause)
Constructor for NotificationFactoryException.
Copyright © 2021. All rights reserved.