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, toString
public ForumServiceException()
public ForumServiceException(String message)
message
- the error messagepublic ForumServiceException(Throwable cause)
cause
- the causeCopyright © 2020. All rights reserved.