Class SessionHandshakeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SessionHandshakeException
    extends AMQPException
    An exception thrown if there was an error during handshake while creating a session.
    Author:
    IIT Software GmbH, Bremen/Germany, (c) 2011, All Rights Reserved
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SessionHandshakeException​(java.lang.String s)
      Creates a SessionHandshakeException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SessionHandshakeException

        public SessionHandshakeException​(java.lang.String s)
        Creates a SessionHandshakeException. +
        Parameters:
        s - exception message