public class InvalidDestinationRuntimeException extends JMSRuntimeException
InvalidDestinationException to be thrown.| Constructor and Description | 
|---|
| InvalidDestinationRuntimeException(String detailMessage)Constructs a  InvalidDestinationRuntimeExceptionwith the specified detail message | 
| InvalidDestinationRuntimeException(String detailMessage,
                                  String errorCode)Constructs a  InvalidDestinationRuntimeExceptionwith the specified detail message
 and error code. | 
| InvalidDestinationRuntimeException(String detailMessage,
                                  String errorCode,
                                  Throwable cause)Constructs a  InvalidDestinationRuntimeExceptionwith the specified detail message,
 error code and cause | 
getErrorCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidDestinationRuntimeException(String detailMessage)
InvalidDestinationRuntimeException with the specified detail messagedetailMessage - a description of the exceptionpublic InvalidDestinationRuntimeException(String detailMessage, String errorCode)
InvalidDestinationRuntimeException with the specified detail message
 and error code.detailMessage - a description of the exceptionerrorCode - a provider-specific error codepublic InvalidDestinationRuntimeException(String detailMessage, String errorCode, Throwable cause)
InvalidDestinationRuntimeException with the specified detail message,
 error code and causedetailMessage - a description of the exceptionerrorCode - a provider-specific error codecause - the underlying cause of this exceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.