Package network.oxalis.ng.api.lang
Class OxalisSecurityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- network.oxalis.ng.api.lang.OxalisException
-
- network.oxalis.ng.api.lang.OxalisSecurityException
-
- All Implemented Interfaces:
Serializable
public class OxalisSecurityException extends OxalisException
Security exceptions are always thrown to indicate a certain action would involve stepping outside current security domain, and forcing such action must be seen as a no-go.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OxalisSecurityException(String message)OxalisSecurityException(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
-
-