Class UnauthorisedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- uk.gov.gchq.gaffer.commonutil.exception.UnauthorisedException
-
- All Implemented Interfaces:
Serializable
public class UnauthorisedException extends RuntimeException
AnUnauthorisedException
is aRuntimeException
that will be when an unauthorised action is attempted.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnauthorisedException(String message)
UnauthorisedException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-