Class AbstractResourceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gcube.resourcemanagement.support.server.exceptions.AbstractResourceException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ResourceAccessException,ResourceOperationException,ResourceParameterException
public class AbstractResourceException extends Exception
Represents the basic type of exception thrown by functionalities exposed in this library. The reason is to provide an access point for serialization issues (e.g. for GWT based portlets that require additional serialization annotations).- Author:
- Daniele Strollo (ISTI-CNR)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractResourceException()AbstractResourceException(String message)AbstractResourceException(String message, Throwable cause)AbstractResourceException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-