| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception com.sun.portal.community.notification.NotificationException
NotificationException | public class NotificationException extends Exception (Code) | | A NotificationException is thrown when there is an unrecoverable error
in notification implementation.
|
NotificationException | public NotificationException(String msg)(Code) | | Constructs a new exception with the specified message, indicating an
error in the provider as happened.
Parameters: msg - The descriptive message. |
NotificationException | public NotificationException(String msg, Throwable t)(Code) | | Constructs a new exception with the specified message, and the original
exception or error , indicating an error in the
notification as happened.
Parameters: msg - The descriptive message. Parameters: e - The original exception or error . |
printStackTrace | public void printStackTrace()(Code) | | |
|
|
|