Package google.registry.model.eppinput
Class EppInput.WrongProtocolVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
google.registry.model.eppinput.EppInput.WrongProtocolVersionException
- All Implemented Interfaces:
Serializable
- Enclosing class:
EppInput
Exception to throw if encountering a protocol version other than "1.0".
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WrongProtocolVersionException
public WrongProtocolVersionException()
-