Package org.oracle.okafka.common.errors
Class InvalidMessageIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.oracle.okafka.common.AQException
org.oracle.okafka.common.errors.InvalidMessageIdException
- All Implemented Interfaces:
Serializable
public class InvalidMessageIdException
extends org.oracle.okafka.common.AQException
This exception indicates that client has received invalid message id from server.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidMessageIdException
(String message) InvalidMessageIdException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidMessageIdException
-
InvalidMessageIdException
-
InvalidMessageIdException
-
InvalidMessageIdException
public InvalidMessageIdException()
-