Package com.io7m.idstore.protocol.api
Class IdProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.idstore.error_codes.IdException
com.io7m.idstore.protocol.api.IdProtocolException
- All Implemented Interfaces:
Serializable
An exception encountered whilst handling a protocol.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdProtocolException(IdErrorCode errorCode, String message) Construct an exception.IdProtocolException(IdErrorCode errorCode, String message, Throwable cause) Construct an exception. -
Method Summary
Methods inherited from class com.io7m.idstore.error_codes.IdException
errorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IdProtocolException
Construct an exception.- Parameters:
errorCode- The error codemessage- The message
-
IdProtocolException
Construct an exception.- Parameters:
errorCode- The error codemessage- The messagecause- The cause
-