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