Class OperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ecmwf.web.ECMWFException
ecmwf.ecpds.master.plugin.http.model.transfer.OperationException
- All Implemented Interfaces:
Serializable
public class OperationException
extends ecmwf.web.ECMWFException
The Class OperationException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOperationException(String message, Throwable t) Instantiates a new operation exception. -
Method Summary
Methods inherited from class ecmwf.web.ECMWFException
getFullMessage, getMessagesMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OperationException
-