Class NonExistentPage
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.activemq.artemis.core.paging.cursor.NonExistentPage
- All Implemented Interfaces:
Serializable
This is an internal exception. In certain cases AfterCommit could try to decrease the reference counting on large
messages. But if the whole page is cleaned an exception could happen, which is ok on that path, and we need to
identify it.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNonExistentPage(String message) NonExistentPage(String message, Throwable cause) NonExistentPage(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) NonExistentPage(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
-
NonExistentPage
public NonExistentPage() -
NonExistentPage
-
NonExistentPage
-
NonExistentPage
-
NonExistentPage
-