Class DiskSpaceGuard.LowDiskSpaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
ai.attackframework.tools.burp.utils.DiskSpaceGuard.LowDiskSpaceException
- Record Components:
userMessage- user-facing summary suitable for status text
- All Implemented Interfaces:
Serializable
- Enclosing class:
DiskSpaceGuard
Exception used when a disk write is refused due to low available space.
The message is intended for diagnostics; userMessage() is the user-facing
summary that callers should prefer for UI status text.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLowDiskSpaceException(String message, String userMessage) Creates a new low-disk exception. -
Method Summary
Modifier and TypeMethodDescriptionReturns the user-facing summary for status surfaces.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LowDiskSpaceException
Creates a new low-disk exception.- Parameters:
message- diagnostic detail for logs and stack tracesuserMessage- concise user-facing summary
-
-
Method Details
-
userMessage
Returns the user-facing summary for status surfaces.
-