|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
org.gcube.common.core.faults.GCUBEException
org.gcube.common.core.faults.GCUBERetrySameException
public class GCUBERetrySameException
Root of all exceptions with RETRY-SAME semantics.
| Field Summary |
|---|
| Fields inherited from class java.rmi.RemoteException |
|---|
detail |
| Constructor Summary | |
|---|---|
GCUBERetrySameException()
Creates an exception with a no message and no cause. |
|
GCUBERetrySameException(String msg)
Creates an exception with a given message. |
|
GCUBERetrySameException(String msg,
Throwable cause)
Creates an exception with a given message and cause. |
|
GCUBERetrySameException(Throwable cause)
Create an exception with a given cause. |
|
| Method Summary | |
|---|---|
GCUBEFault |
getFault()
Returns a stub object of the remote fault class which corresponds to the exception. |
String |
getFaultType()
Returns the type of the remote fault which corresponds to the exception. |
| Methods inherited from class org.gcube.common.core.faults.GCUBEException |
|---|
toFault |
| 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 |
|---|
public GCUBERetrySameException()
public GCUBERetrySameException(String msg,
Throwable cause)
msg - the message.cause - the cause.public GCUBERetrySameException(String msg)
msg - the message.public GCUBERetrySameException(Throwable cause)
cause - the cause.| Method Detail |
|---|
public final String getFaultType()
public GCUBEFault getFault()
getFault in class GCUBEException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||