org.gridbus.broker.farming.globus
Class MissingProxyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.gridbus.broker.farming.globus.MissingProxyException
All Implemented Interfaces:
java.io.Serializable

public class MissingProxyException
extends java.lang.Exception

An exception thrown when the proxy is not found or else it has timed out waits until the proxy has been restored.

Author:
Srikumar Venugopal(srikumar@cs.mu.oz.au)
See Also:
Serialized Form

Constructor Summary
MissingProxyException()
           
MissingProxyException(java.lang.String message)
           
MissingProxyException(java.lang.String message, java.lang.Throwable cause)
           
MissingProxyException(java.lang.Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MissingProxyException

public MissingProxyException()

MissingProxyException

public MissingProxyException(java.lang.String message)
Parameters:
message -

MissingProxyException

public MissingProxyException(java.lang.Throwable cause)
Parameters:
cause -

MissingProxyException

public MissingProxyException(java.lang.String message,
                             java.lang.Throwable cause)
Parameters:
message -
cause -