org.globus.wsrf.impl.notification
Class SubscriptionCreationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended byorg.globus.wsrf.ResourceException
                      extended byorg.globus.wsrf.impl.notification.SubscriptionCreationException
All Implemented Interfaces:
java.io.Serializable

public class SubscriptionCreationException
extends ResourceException

This exception is raised when the subscription resource creation fails.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
SubscriptionCreationException()
          Creates a SubscriptionCreationException without error message.
SubscriptionCreationException(java.lang.String message)
          Creates a SubscriptionCreationException with a given error message.
SubscriptionCreationException(java.lang.String message, java.lang.Throwable exception)
          Creates a SubscriptionCreationException with a given error message and nested exception.
SubscriptionCreationException(java.lang.Throwable exception)
          Creates a SubscriptionCreationException from a nested exception.
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

SubscriptionCreationException

public SubscriptionCreationException()
Creates a SubscriptionCreationException without error message.


SubscriptionCreationException

public SubscriptionCreationException(java.lang.String message)
Creates a SubscriptionCreationException with a given error message.

Parameters:
message - error message

SubscriptionCreationException

public SubscriptionCreationException(java.lang.String message,
                                     java.lang.Throwable exception)
Creates a SubscriptionCreationException with a given error message and nested exception.

Parameters:
message - error message
exception - nested exception/

SubscriptionCreationException

public SubscriptionCreationException(java.lang.Throwable exception)
Creates a SubscriptionCreationException from a nested exception.

Parameters:
exception - nested exception