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
Exception thrown when version negotiation fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIncompatibleVersionException(String message) Create an IncompatibleVersionException.IncompatibleVersionException(String message, Throwable cause) Create an IncompatibleVersionException with cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncompatibleVersionException
Create an IncompatibleVersionException.- Parameters:
message- the error message (must not be null)
-
IncompatibleVersionException
-