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