org.globus.wsrf
Class RemoveNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
org.globus.wsrf.ResourceException
org.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
| 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 |
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)