Module org.tquadrat.foundation.base
Package org.tquadrat.foundation.lang
Class AutoLock.ExecutionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.tquadrat.foundation.lang.AutoLock.ExecutionFailedException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
AutoLock
@ClassVersion(sourceVersion="$Id: AutoLock.java 1097 2024-02-06 20:10:12Z tquadrat $")
@API(status=STABLE,
since="0.1.0")
public static final class AutoLock.ExecutionFailedException
extends RuntimeException
This exception is thrown when an operation fails. The
- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: AutoLock.java 1097 2024-02-06 20:10:12Z tquadrat $
- Since:
- 0.1.0
- See Also:
- UML Diagram
-
UML Diagram for "org.tquadrat.foundation.lang.AutoLock.ExecutionFailedException"
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofExecutionFailedException
from the cause of the failure. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExecutionFailedException
Creates a new instance ofExecutionFailedException
from the cause of the failure.- Parameters:
cause
- The failure cause.
-