Package jakarta.jms

Class InvalidClientIDRuntimeException

java.lang.Object
All Implemented Interfaces:
Serializable

public class InvalidClientIDRuntimeException extends JMSRuntimeException
This unchecked exception must be thrown when a client attempts to set a connection's client ID to a value that is rejected by a provider, and the method signature does not permit a InvalidClientIDException to be thrown.
Since:
JMS 2.0
Version:
Jakarta Messaging 2.0
See Also: