public class JMSSecurityException extends JMSException
| Constructor and Description | 
|---|
| JMSSecurityException(String reason)Constructs a  JMSSecurityExceptionwith the specified reason. | 
| JMSSecurityException(String reason,
                    String errorCode)Constructs a  JMSSecurityExceptionwith the specified reason and error code. | 
getErrorCode, getLinkedException, setLinkedExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JMSSecurityException(String reason, String errorCode)
JMSSecurityException with the specified reason and error code.reason - a description of the exceptionerrorCode - a string specifying the vendor-specific error codepublic JMSSecurityException(String reason)
JMSSecurityException with the specified reason. The error code defaults to null.reason - a description of the exceptionCopyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.