public class GCUBERetryEquivalentException extends GCUBEException
detail| Constructor and Description |
|---|
GCUBERetryEquivalentException()
Creates an exception with a no message and no cause.
|
GCUBERetryEquivalentException(String msg)
Creates an exception with a given message.
|
GCUBERetryEquivalentException(String msg,
Throwable cause)
Creates an exception with a given message and cause.
|
GCUBERetryEquivalentException(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.
|
toFaultgetCause, getMessageaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GCUBERetryEquivalentException()
public GCUBERetryEquivalentException(String msg, Throwable cause)
msg - the message.cause - the cause.public GCUBERetryEquivalentException(String msg)
msg - the message.public GCUBERetryEquivalentException(Throwable cause)
cause - the cause.public GCUBEFault getFault()
getFault in class GCUBEExceptionCopyright © 2015. All Rights Reserved.