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"

UML Diagram for "org.tquadrat.foundation.lang.AutoLock.ExecutionFailedException"

UML Diagram for "org.tquadrat.foundation.lang.AutoLock.ExecutionFailedException"
  • Constructor Details

    • ExecutionFailedException

      Creates a new instance of ExecutionFailedException from the cause of the failure.
      Parameters:
      cause - The failure cause.