Class InvalidPermissionsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gcube.resourcemanagement.support.shared.exceptions.InvalidPermissionsException
-
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable,Serializable
public class InvalidPermissionsException extends Exception implements com.google.gwt.user.client.rpc.IsSerializable
- Author:
- Daniele Strollo (ISTI-CNR)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidPermissionsException()InvalidPermissionsException(String message)InvalidPermissionsException(String message, Throwable cause)InvalidPermissionsException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-