Class IndexQueueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- nl.gx.webmanager.services.contentindex.queue.api.IndexQueueException
-
- All Implemented Interfaces:
Serializable
public class IndexQueueException extends Exception
Custom Exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IndexQueueException(String message)
IndexQueueException(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
-
-