Package org.teamapps.ux.session
Class FastLaneExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.teamapps.ux.session.FastLaneExecutionException
- All Implemented Interfaces:
java.io.Serializable
public class FastLaneExecutionException
extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FastLaneExecutionException()FastLaneExecutionException(java.lang.String message)FastLaneExecutionException(java.lang.String message, java.lang.Throwable cause)FastLaneExecutionException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)FastLaneExecutionException(java.lang.Throwable cause) -
Method Summary
-
Constructor Details
-
FastLaneExecutionException
public FastLaneExecutionException() -
FastLaneExecutionException
public FastLaneExecutionException(java.lang.String message) -
FastLaneExecutionException
public FastLaneExecutionException(java.lang.String message, java.lang.Throwable cause) -
FastLaneExecutionException
public FastLaneExecutionException(java.lang.Throwable cause) -
FastLaneExecutionException
public FastLaneExecutionException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-