Class ResourceOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gcube.resourcemanagement.support.server.exceptions.AbstractResourceException
-
- org.gcube.resourcemanagement.support.server.exceptions.ResourceOperationException
-
- All Implemented Interfaces:
Serializable
public class ResourceOperationException extends AbstractResourceException
If an operation of the library internally fails.- Author:
- Daniele Strollo (ISTI-CNR)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceOperationException()ResourceOperationException(String message)ResourceOperationException(String message, Throwable cause)ResourceOperationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-