Class IdAClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.idstore.error_codes.IdException
com.io7m.idstore.admin_client.api.IdAClientException
- All Implemented Interfaces:
Serializable
The type of client exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdAClientException(IdErrorCode errorCode, String message) Construct an exception.IdAClientException(IdErrorCode errorCode, String message, Throwable cause) Construct an exception.IdAClientException(IdErrorCode errorCode, 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
-
IdAClientException
Construct an exception.- Parameters:
errorCode- The error codemessage- The message
-
IdAClientException
Construct an exception.- Parameters:
errorCode- The error codemessage- The messagecause- The cause
-
IdAClientException
Construct an exception.- Parameters:
errorCode- The error codecause- The cause
-