org.globus.wsrf.impl.notification
Class SubscriptionCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
org.globus.wsrf.ResourceException
org.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
| Fields inherited from class java.rmi.RemoteException |
detail |
| Fields inherited from class java.lang.Throwable |
|
| 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 |
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 messageexception - nested exception/
SubscriptionCreationException
public SubscriptionCreationException(java.lang.Throwable exception)
- Creates a SubscriptionCreationException from a nested exception.
- Parameters:
exception - nested exception