Class InsufficientPrivilegesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gcube.common.storagehubwrapper.shared.tohl.exceptions.WorkspaceException
-
- org.gcube.common.storagehubwrapper.shared.tohl.exceptions.InsufficientPrivilegesException
-
- All Implemented Interfaces:
Serializable
public class InsufficientPrivilegesException extends WorkspaceException
The Class InsufficientPrivilegesException.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Jun 15, 2018
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InsufficientPrivilegesException(String message)Create a new internal error exception.InsufficientPrivilegesException(String message, Throwable cause)Create a new internal error exception.InsufficientPrivilegesException(Throwable cause)Create a new internal error exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InsufficientPrivilegesException
public InsufficientPrivilegesException(Throwable cause)
Create a new internal error exception.- Parameters:
cause- the exception cause.
-
InsufficientPrivilegesException
public InsufficientPrivilegesException(String message)
Create a new internal error exception.- Parameters:
message- the exception message.
-
-