Class FastLaneExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.teamapps.ux.session.FastLaneExecutionException
All Implemented Interfaces:
Serializable

public class FastLaneExecutionException extends RuntimeException
See Also:
  • Constructor Details

    • FastLaneExecutionException

      public FastLaneExecutionException()
    • FastLaneExecutionException

      public FastLaneExecutionException(String message)
    • FastLaneExecutionException

      public FastLaneExecutionException(String message, Throwable cause)
    • FastLaneExecutionException

      public FastLaneExecutionException(Throwable cause)
    • FastLaneExecutionException

      public FastLaneExecutionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)