Package org.apache.ignite.client
Class ClientAuthorizationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.ignite.client.ClientException
-
- org.apache.ignite.client.ClientAuthorizationException
-
- All Implemented Interfaces:
Serializable
public class ClientAuthorizationException extends ClientException
Indicates user has no permission to perform operation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientAuthorizationException(String msg)ClientAuthorizationException(String msg, Throwable cause)Constructs a new exception with the specified detail message and cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ClientAuthorizationException
public ClientAuthorizationException(String msg)
- Parameters:
msg- the detail message.
-
-