public class SaslSystemException extends SaslException
sys, sys-perm, or sys-temp
outcome code as defined by
AMQP Version 1.0, Section 5.3.3.6.| Constructor and Description |
|---|
SaslSystemException(boolean permanent)
Creates an exception indicating a system error.
|
SaslSystemException(boolean permanent,
String detail)
Creates an exception indicating a system error with a detail message.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPermanent()
Checks if the condition that caused this exception is of a permanent nature.
|
getCause, initCause, toStringaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic SaslSystemException(boolean permanent)
permanent - true if the error is permanent and requires
(manual) intervention.public SaslSystemException(boolean permanent,
String detail)
permanent - true if the error is permanent and requires
(manual) intervention.detail - A message providing details about the cause
of the problem.Copyright © 2020. All rights reserved.