org.gcube.common.core.faults
Class GCUBERetryEquivalentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
org.gcube.common.core.faults.GCUBEException
org.gcube.common.core.faults.GCUBERetryEquivalentException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- GCUBERIPersistenceManager.StateNotFoundException
public class GCUBERetryEquivalentException
- extends GCUBEException
Root of all exceptions with RETRY-EQUIVALENT semantics.
- Author:
- University of Strathclyde (USG)
- See Also:
- Serialized Form
|
Method Summary |
GCUBEFault |
getFault()
Returns a stub object of the remote fault class which corresponds to the exception. |
GCUBERetryEquivalentException
public GCUBERetryEquivalentException()
- Creates an exception with a no message and no cause.
GCUBERetryEquivalentException
public GCUBERetryEquivalentException(String msg,
Throwable cause)
- Creates an exception with a given message and cause.
- Parameters:
msg - the message.cause - the cause.
GCUBERetryEquivalentException
public GCUBERetryEquivalentException(String msg)
- Creates an exception with a given message.
- Parameters:
msg - the message.
GCUBERetryEquivalentException
public GCUBERetryEquivalentException(Throwable cause)
- Create an exception with a given cause.
- Parameters:
cause - the cause.
getFault
public GCUBEFault getFault()
- Returns a stub object of the remote fault class which corresponds to the exception.
- Specified by:
getFault in class GCUBEException
- Returns:
- the stub object.
Copyright © 2012. All Rights Reserved.