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