org.gcube.common.core.faults
Class GCUBEUnrecoverableException
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.GCUBEUnrecoverableException
- All Implemented Interfaces:
- Serializable
public class GCUBEUnrecoverableException
- extends GCUBEException
Root of all exceptions with UNRECOVERABLE 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. |
GCUBEUnrecoverableException
public GCUBEUnrecoverableException()
- Creates an exception with a no message and no cause.
GCUBEUnrecoverableException
public GCUBEUnrecoverableException(String msg,
Throwable cause)
- Creates an exception with a given message and cause.
- Parameters:
msg - the message.cause - the cause.
GCUBEUnrecoverableException
public GCUBEUnrecoverableException(String msg)
- Creates an exception with a given message.
- Parameters:
msg - the message.
GCUBEUnrecoverableException
public GCUBEUnrecoverableException(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 © 2013. All Rights Reserved.