kaos.core.csi.observe
Class NotificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by kaos.core.csi.observe.NotificationException
All Implemented Interfaces:
java.io.Serializable

public class NotificationException
extends java.lang.Exception

Defines an exception to be thrown when an update about an event fails during notification.

Author:
KAoS Team
See Also:
Serialized Form

Constructor Summary
NotificationException()
          Constructs a new NotificationException with no detailed message.
NotificationException(java.lang.String s)
          Constructs a new NotificationException with a detail message.
 
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()
Constructs a new NotificationException with no detailed message.


NotificationException

public NotificationException(java.lang.String s)
Constructs a new NotificationException with a detail message. A detail message is a String that describes the exception.



Copyright © 2006 IHMC All Rights Reserved.