com.continuent.tungsten.common.patterns.notification
Class ResourceNotificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.continuent.tungsten.common.patterns.notification.ResourceNotificationException
All Implemented Interfaces:
java.io.Serializable

public class ResourceNotificationException
extends java.lang.Exception

This class defines a ResourceNotificationException

Version:
1.0
Author:
Edward Archibald
See Also:
Serialized Form

Constructor Summary
ResourceNotificationException()
          Creates a new ResourceNotificationException object
ResourceNotificationException(java.lang.String message)
          Creates a new ResourceNotificationException object
ResourceNotificationException(java.lang.String message, java.lang.Throwable cause)
          Creates a new ResourceNotificationException object
ResourceNotificationException(java.lang.Throwable cause)
          Creates a new ResourceNotificationException object
 
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

ResourceNotificationException

public ResourceNotificationException()
Creates a new ResourceNotificationException object


ResourceNotificationException

public ResourceNotificationException(java.lang.String message)
Creates a new ResourceNotificationException object

Parameters:
message -

ResourceNotificationException

public ResourceNotificationException(java.lang.Throwable cause)
Creates a new ResourceNotificationException object

Parameters:
cause -

ResourceNotificationException

public ResourceNotificationException(java.lang.String message,
                                     java.lang.Throwable cause)
Creates a new ResourceNotificationException object

Parameters:
message -
cause -