Package eirb.pub.app.exceptions.server
Class VerificationCodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
eirb.pub.app.exceptions.PubException
eirb.pub.app.exceptions.server.ServerException
eirb.pub.app.exceptions.server.VerificationCodeException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class eirb.pub.app.exceptions.server.ServerException
response -
Constructor Summary
ConstructorsConstructorDescriptionVerificationCodeException(String message, org.apache.hc.core5.http.HttpResponse httpResponse) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VerificationCodeException
public VerificationCodeException(String message, org.apache.hc.core5.http.HttpResponse httpResponse) -
VerificationCodeException
public VerificationCodeException()
-