public class RatingServiceException extends Exception
| Constructor and Description |
|---|
RatingServiceException()
Create a new rating service exception.
|
RatingServiceException(String message)
Create a new rating service exception with the specified error message.
|
RatingServiceException(String message,
Throwable cause)
Create a new rating service exception with the specified error message and cause.
|
RatingServiceException(Throwable cause)
Create a new rating service exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RatingServiceException()
public RatingServiceException(String message)
message - the error messagepublic RatingServiceException(Throwable cause)
cause - the causeCopyright © 2026. All rights reserved.