Class SaslSecurityRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.qpid.jms.sasl.SaslSecurityRuntimeException
All Implemented Interfaces:
Serializable

public class SaslSecurityRuntimeException extends RuntimeException
Thrown from the SASL layer when a Runtime exception is encountered.
See Also:
  • Constructor Details

    • SaslSecurityRuntimeException

      public SaslSecurityRuntimeException()
    • SaslSecurityRuntimeException

      public SaslSecurityRuntimeException(String message)
    • SaslSecurityRuntimeException

      public SaslSecurityRuntimeException(Throwable cause)
    • SaslSecurityRuntimeException

      public SaslSecurityRuntimeException(String message, Throwable cause)
    • SaslSecurityRuntimeException

      public SaslSecurityRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)