Package net.officefloor.server.http
Class CleanupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.officefloor.server.http.CleanupException
- All Implemented Interfaces:
Serializable
Exception wrapping the CleanupEscalation instances.- Author:
- Daniel Sagenschneider
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtains theCleanupEscalationinstances.voidprintStackTrace(PrintStream stream) voidprintStackTrace(PrintWriter writer) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CleanupException
Instantiate.- Parameters:
cleanupEscalations-CleanupEscalationinstances.
-
-
Method Details
-
getCleanupEscalations
Obtains theCleanupEscalationinstances.- Returns:
CleanupEscalationinstances.
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-