org.jboss.soa.esb.notification
Class NotificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.soa.esb.notification.NotificationException
All Implemented Interfaces:
java.io.Serializable

public class NotificationException
extends java.lang.Exception

Configuration Exception.

Since:
Version 4.0
Author:
mark.little@jboss.com
See Also:
Serialized Form

Constructor Summary
NotificationException(java.lang.String message)
          Construct an exception instance.
NotificationException(java.lang.String message, java.lang.Throwable cause)
          Construct an exception instance.
NotificationException(java.lang.Throwable cause)
          Construct an exception instance.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotificationException

public NotificationException(java.lang.String message)
Construct an exception instance.

Parameters:
message - Exception message.

NotificationException

public NotificationException(java.lang.String message,
                             java.lang.Throwable cause)
Construct an exception instance.

Parameters:
message - Exception message.
cause - Exception cause.

NotificationException

public NotificationException(java.lang.Throwable cause)
Construct an exception instance.

Parameters:
cause - Exception cause.