Package com.rabbitmq.client.impl
Class UnknownChannelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.rabbitmq.client.impl.UnknownChannelException
- All Implemented Interfaces:
Serializable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
private static final long
Default for non-checking. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDefault for non-checking.- See Also:
-
channelNumber
private final int channelNumber
-
-
Constructor Details
-
UnknownChannelException
public UnknownChannelException(int channelNumber)
-
-
Method Details
-
getChannelNumber
public int getChannelNumber()
-