Package hec.data

Class RatingRuntimeException

All Implemented Interfaces:
Serializable

public class RatingRuntimeException extends RuntimeException
See Also:
  • Constructor Details

    • RatingRuntimeException

      public RatingRuntimeException()
    • RatingRuntimeException

      public RatingRuntimeException(String message)
      Parameters:
      message -
    • RatingRuntimeException

      public RatingRuntimeException(Throwable cause)
      Parameters:
      cause -
    • RatingRuntimeException

      public RatingRuntimeException(String message, Throwable cause)
      Parameters:
      message -
      cause -
    • RatingRuntimeException

      public RatingRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Parameters:
      message -
      cause -
      enableSuppression -
      writableStackTrace -