Class InternalErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gcube.common.storagehubwrapper.shared.tohl.exceptions.InternalErrorException
-
- All Implemented Interfaces:
Serializable
public class InternalErrorException extends Exception
The Class InternalErrorException.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Jun 15, 2018
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalErrorException(String arg0)Instantiates a new internal error exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-