Class DataFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ecmwf.web.ECMWFException
ecmwf.ecpds.master.plugin.http.model.datafile.DataFileException
- All Implemented Interfaces:
Serializable
public class DataFileException
extends ecmwf.web.ECMWFException
The Class DataFileException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataFileException(String message) Instantiates a new data file exception.DataFileException(String message, Throwable t) Instantiates a new data file 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
-
DataFileException
Instantiates a new data file exception.- Parameters:
message- the message
-
DataFileException
-