Class CompressionSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
xyz.apollosoftware.bibliothiki.compression.CompressionException
xyz.apollosoftware.bibliothiki.compression.CompressionSecurityException
- All Implemented Interfaces:
Serializable
A subset of
CompressionException that is caused by a specific
CompressionSecurityException.SecurityViolation.
These are categorized in this manner to allow applications to treat them in a specific manner, if required.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe security violation that caused the exception. -
Constructor Summary
ConstructorsConstructorDescriptionCompressionSecurityException(@NonNull CompressionSecurityException.SecurityViolation violation) Construct aCompressionSecurityExceptionbased on the given presetCompressionSecurityException.SecurityViolationtype. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CompressionSecurityException
public CompressionSecurityException(@NonNull CompressionSecurityException.SecurityViolation violation) Construct aCompressionSecurityExceptionbased on the given presetCompressionSecurityException.SecurityViolationtype.- Parameters:
violation- The violation that caused the security exception.
-