Package eirb.pub.app.exceptions.server
Class VaultUpdateException
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.VaultUpdateException
- All Implemented Interfaces:
Serializable
Thrown when the user try to upload a vault but there is a new version on the server
- See Also:
-
Field Summary
FieldsFields inherited from class eirb.pub.app.exceptions.server.ServerException
response -
Constructor Summary
ConstructorsConstructorDescriptionVaultUpdateException(String message, org.apache.hc.core5.http.HttpResponse httpResponse, ServerVaultFile vaultFile) VaultUpdateException(org.apache.hc.core5.http.HttpResponse httpResponse, ServerVaultFile vaultFile) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
vaultFileToMerge
-
-
Constructor Details
-
VaultUpdateException
public VaultUpdateException(String message, org.apache.hc.core5.http.HttpResponse httpResponse, ServerVaultFile vaultFile) -
VaultUpdateException
public VaultUpdateException(org.apache.hc.core5.http.HttpResponse httpResponse, ServerVaultFile vaultFile)
-