Package de.foellix.aql.system.exceptions
Class FailedExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.foellix.aql.system.exceptions.CancelExecutionException
de.foellix.aql.system.exceptions.FailedExecutionException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFailedExecutionException(String message) FailedExecutionException(String message, Throwable cause) FailedExecutionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FailedExecutionException
public FailedExecutionException() -
FailedExecutionException
-
FailedExecutionException
-
FailedExecutionException
-
FailedExecutionException
-