Class AuthRequiredRestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gentics.contentnode.rest.client.exceptions.RestException
com.gentics.contentnode.rest.client.exceptions.AuthRequiredRestException
- All Implemented Interfaces:
Serializable
Exception that is thrown when the session identification is missing or invalid
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthRequiredRestException
Create an instance- Parameters:
message
- message
-