Class IdException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.idstore.error_codes.IdException
All Implemented Interfaces:
com.io7m.seltzer.api.SStructuredErrorExceptionType<IdErrorCode>, com.io7m.seltzer.api.SStructuredErrorType<IdErrorCode>, Serializable
Direct Known Subclasses:
IdAClientException, IdCommandExecutionFailure, IdDatabaseException, IdHTTPErrorStatusException, IdPasswordException, IdProtocolException, IdRequestLimitExceeded, IdSecurityException, IdServerException, IdUClientException

public class IdException extends Exception implements com.io7m.seltzer.api.SStructuredErrorExceptionType<IdErrorCode>
The base type of exceptions.
See Also: