Class ActiveMQInterruptedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.activemq.artemis.api.core.ActiveMQInterruptedException
All Implemented Interfaces:
Serializable

public final class ActiveMQInterruptedException extends RuntimeException
When an interruption happens, we will just throw a non-checked exception.
See Also:
  • Constructor Details

    • ActiveMQInterruptedException

      public ActiveMQInterruptedException(Throwable cause)
    • ActiveMQInterruptedException

      public ActiveMQInterruptedException(String message)