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, toStringpublic 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 © 2020. All rights reserved.