Package hec.data
Class RatingRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
hec.data.RatingRuntimeException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRatingRuntimeException(String message) RatingRuntimeException(String message, Throwable cause) RatingRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) RatingRuntimeException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RatingRuntimeException
public RatingRuntimeException() -
RatingRuntimeException
- Parameters:
message-
-
RatingRuntimeException
- Parameters:
cause-
-
RatingRuntimeException
- Parameters:
message-cause-
-
RatingRuntimeException
public RatingRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) - Parameters:
message-cause-enableSuppression-writableStackTrace-
-