Class ClientInterruptedException

All Implemented Interfaces:
Serializable

public class ClientInterruptedException extends CqrsFrameworkException.TransientException
Exception class representing thread interruption signalled by ClientException.InterruptedException.
See Also:
  • Constructor Details

    • ClientInterruptedException

      public ClientInterruptedException(String message, Throwable cause)