public class InvalidDestinationException extends JMSException
This exception must be thrown when a destination either is not understood by a provider or is no longer valid.
| Constructor and Description | 
|---|
| InvalidDestinationException(String reason)Constructs an  InvalidDestinationExceptionwith the specified 
  reason. | 
| InvalidDestinationException(String reason,
                           String errorCode)Constructs an  InvalidDestinationExceptionwith the specified 
  reason and error code. | 
getErrorCode, getLinkedException, setLinkedExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidDestinationException(String reason, String errorCode)
InvalidDestinationException with the specified 
  reason and error code.reason - a description of the exceptionerrorCode - a string specifying the vendor-specific
                        error codepublic InvalidDestinationException(String reason)
InvalidDestinationException with the specified 
  reason. The error code defaults to null.reason - a description of the exceptionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.