Class RMProtocolException

All Implemented Interfaces:
Serializable

public class RMProtocolException extends RuntimeException
RuntimeException implementation that aims to be thrown when an error occur while trying to send an RM protocol message.
Since:
1.6
See Also:
  • Constructor Details

    • RMProtocolException

      public RMProtocolException(String message)
    • RMProtocolException

      public RMProtocolException(String message, Throwable cause)