org.globus.wsrf
Class NoSuchResourceException

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

public class NoSuchResourceException
extends ResourceException

This exception is raised when a resource for a given key is not found. Usually raised by ResourceHome operations.

See Also:
Serialized Form

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

NoSuchResourceException

public NoSuchResourceException()

NoSuchResourceException

public NoSuchResourceException(java.lang.String message)

NoSuchResourceException

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

NoSuchResourceException

public NoSuchResourceException(java.lang.Throwable ex)