Package com.activeviam.fwk
Class ActiveViamSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.activeviam.fwk.ActiveViamRuntimeException
com.activeviam.fwk.ActiveViamSecurityException
- All Implemented Interfaces:
Serializable
Security Exception thrown within a ActiveViam component.
- Author:
- ActiveViam
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.ActiveViamSecurityException(String message) Constructor.ActiveViamSecurityException(String messageKey, Object... parameters) Constructor.ActiveViamSecurityException(String message, Throwable cause) Constructor.Constructor.ActiveViamSecurityException(Throwable exception, String messageKey, Object... parameters) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ActiveViamSecurityException
public ActiveViamSecurityException()Constructor. -
ActiveViamSecurityException
Constructor.- Parameters:
messageKey- message templateparameters- parameters to inject into the message template
-
ActiveViamSecurityException
Constructor.- Parameters:
message- the detailed messagecause- the cause of this exception
-
ActiveViamSecurityException
Constructor.- Parameters:
message- the detailed message
-
ActiveViamSecurityException
Constructor.- Parameters:
exception- the cause of this exceptionmessageKey- message templateparameters- parameters to inject into the message template
-
ActiveViamSecurityException
Constructor.- Parameters:
cause- the cause of this exception
-