Class CAProtocolUncheckedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.io7m.cardant.protocol.api.CAProtocolUncheckedException
All Implemented Interfaces:
Serializable

public final class CAProtocolUncheckedException extends RuntimeException
An exception encountered whilst handling a protocol.
See Also:
  • Constructor Details

    • CAProtocolUncheckedException

      public CAProtocolUncheckedException(CAProtocolException cause)
      An exception encountered whilst handling a protocol.
      Parameters:
      cause - The cause
  • Method Details