Class IgniteAccessControlException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.IgniteCheckedException
-
- org.apache.ignite.internal.processors.authentication.IgniteAccessControlException
-
- All Implemented Interfaces:
Serializable
public class IgniteAccessControlException extends IgniteCheckedException
Exception that represents authentication / authorization failure.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IgniteAccessControlException(String msg)Creates access control exception.IgniteAccessControlException(String msg, @Nullable Throwable cause)Creates authentication exception with given error message.
-
Method Summary
-
Methods inherited from class org.apache.ignite.IgniteCheckedException
getCause, hasCause, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
IgniteAccessControlException
public IgniteAccessControlException(String msg)
Creates access control exception.- Parameters:
msg- Error message.
-
-