Class FileSizeQuotaExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.hawkbit.exception.AbstractServerRtException
org.eclipse.hawkbit.artifact.exception.FileSizeQuotaExceededException
- All Implemented Interfaces:
Serializable
Thrown if file size quota is exceeded
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.hawkbit.exception.AbstractServerRtException
canEqual, equals, getError, getInfo, hashCode, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
FileSizeQuotaExceededException
public FileSizeQuotaExceededException(long exceededQuotaValue)
-