public class GCUBEUnrecoverableException extends GCUBEException
detail| Constructor and Description |
|---|
GCUBEUnrecoverableException()
Creates an exception with a no message and no cause.
|
GCUBEUnrecoverableException(String msg)
Creates an exception with a given message.
|
GCUBEUnrecoverableException(String msg,
Throwable cause)
Creates an exception with a given message and cause.
|
GCUBEUnrecoverableException(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 GCUBEUnrecoverableException()
public GCUBEUnrecoverableException(String msg, Throwable cause)
msg - the message.cause - the cause.public GCUBEUnrecoverableException(String msg)
msg - the message.public GCUBEUnrecoverableException(Throwable cause)
cause - the cause.public GCUBEFault getFault()
getFault in class GCUBEExceptionCopyright © 2015. All Rights Reserved.