Package com.rabbitmq.client
Class UnknownClassOrMethodId
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.rabbitmq.client.UnknownClassOrMethodId
-
- All Implemented Interfaces:
Serializable
public class UnknownClassOrMethodId extends IOException
Thrown when the protocol handlers detect an unknown class number or method number.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownClassOrMethodId(int classId)
UnknownClassOrMethodId(int classId, int methodId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-