Class ProtocolNegotiator.IncompatibleVersionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.loomcache.common.protocol.ProtocolNegotiator.IncompatibleVersionException
All Implemented Interfaces:
Serializable
Enclosing class:
ProtocolNegotiator

public static final class ProtocolNegotiator.IncompatibleVersionException extends RuntimeException
Exception thrown when version negotiation fails.
See Also:
  • Constructor Details

    • IncompatibleVersionException

      public IncompatibleVersionException(String message)
      Create an IncompatibleVersionException.
      Parameters:
      message - the error message (must not be null)
    • IncompatibleVersionException

      public IncompatibleVersionException(String message, Throwable cause)
      Create an IncompatibleVersionException with cause.
      Parameters:
      message - the error message (must not be null)
      cause - the underlying cause