org.gridbus.broker.farming.globus
Class MissingProxyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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
| 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 |
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 -