Class ScramException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.activemq.artemis.spi.core.security.scram.ScramException
- All Implemented Interfaces:
Serializable
Indicates error while processing SCRAM sequence
- See Also:
-
Constructor Summary
ConstructorDescriptionScramException
(String message) Creates new ScramExceptionScramException
(String message, GeneralSecurityException e) ScramException
(Throwable cause) Creates new ScramException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScramException
Creates new ScramException- Parameters:
message
- Exception message
-
ScramException
-
ScramException
Creates new ScramException- Parameters:
cause
- Throwable
-