Class PermissionRestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.gentics.contentnode.rest.client.exceptions.RestException
-
- com.gentics.contentnode.rest.client.exceptions.PermissionRestException
-
- All Implemented Interfaces:
Serializable
public class PermissionRestException extends RestException
Exception that is thrown when the user did not have sufficient permissions to carry out the action- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PermissionRestException(String message)
Create an instance
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PermissionRestException
public PermissionRestException(String message)
Create an instance- Parameters:
message
- message
-
-