org.globus.wsrf
Class RemoveNotSupportedException

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.RemoveNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class RemoveNotSupportedException
extends ResourceException

This exception is raised when a ResourceHome implementation does not support removal of resources.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
RemoveNotSupportedException()
           
RemoveNotSupportedException(java.lang.String message)
           
RemoveNotSupportedException(java.lang.String message, java.lang.Throwable ex)
           
RemoveNotSupportedException(java.lang.Throwable ex)
           
 
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

RemoveNotSupportedException

public RemoveNotSupportedException()

RemoveNotSupportedException

public RemoveNotSupportedException(java.lang.String message)

RemoveNotSupportedException

public RemoveNotSupportedException(java.lang.String message,
                                   java.lang.Throwable ex)

RemoveNotSupportedException

public RemoveNotSupportedException(java.lang.Throwable ex)