public class GCUBERetrySameException extends GCUBEException
detail| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
toFaultgetCause, getMessageaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.public final String getFaultType()
public GCUBEFault getFault()
getFault in class GCUBEExceptionCopyright © 2015. All Rights Reserved.