Class ConnectionFailedException

  • All Implemented Interfaces:
    Serializable

    public class ConnectionFailedException
    extends JMSException
    An exception thrown when the a connection failure is detected (peer might close the connection, or a keep alive times out, etc.)
    See Also:
    Serialized Form
    • Constructor Detail

      • ConnectionFailedException

        public ConnectionFailedException​(IOException cause)
      • ConnectionFailedException

        public ConnectionFailedException()