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
InvalidDestinationException with the specified
reason. |
InvalidDestinationException(String reason,
String errorCode)
Constructs an
InvalidDestinationException with the specified
reason and error code. |
getErrorCode, getLinkedException, setLinkedException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 © 2012 JBoss by Red Hat. All Rights Reserved.