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