Class QueueTimeOutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mule.runtime.api.exception.MuleRuntimeException
org.mule.runtime.extension.api.exception.ModuleException
org.mule.munit.tools.util.queue.internal.error.QueueTimeOutException
- All Implemented Interfaces:
Serializable
public class QueueTimeOutException
extends org.mule.runtime.extension.api.exception.ModuleException
Exception thrown when an
InterruptedException is thrown when performing operations over a queue- Since:
- 2.2.0
- Author:
- Mulesoft Inc.
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionQueueTimeOutException(String queueName)QueueTimeOutException(Throwable cause, String queueName) -
Method Summary
Methods inherited from class org.mule.runtime.extension.api.exception.ModuleException
getType, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
QueueTimeOutException
public QueueTimeOutException() -
QueueTimeOutException
-
QueueTimeOutException
-