org.globus.wsrf
Class InvalidResourceKeyException

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

public class InvalidResourceKeyException
extends ResourceException

This exception is raised if the ResourceKey is in any way invalid.

See Also:
Serialized Form

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

InvalidResourceKeyException

public InvalidResourceKeyException()

InvalidResourceKeyException

public InvalidResourceKeyException(java.lang.String message)

InvalidResourceKeyException

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

InvalidResourceKeyException

public InvalidResourceKeyException(java.lang.Throwable ex)