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
public class NonExistentPage extends RuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NonExistentPage()NonExistentPage(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
-
-