Class FalException

All Implemented Interfaces:
Serializable

public class FalException extends RuntimeException
See Also:
  • Constructor Details

    • FalException

      public FalException(@Nonnull String message, @Nullable String requestId)
    • FalException

      public FalException(@Nonnull String message, @Nonnull Throwable cause, @Nullable String requestId)
    • FalException

      public FalException(Throwable cause)
  • Method Details

    • getRequestId

      @Nullable public String getRequestId()