Package org.reviewboard.rbjenkins.common
Class ReviewBoardException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.reviewboard.rbjenkins.common.ReviewBoardException
- All Implemented Interfaces:
Serializable
A ReviewBoardException is thrown when an error occurs while communicating
with a Review Board server.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReviewBoardException(String message) Construct the ReviewBoardException with the given error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReviewBoardException
Construct the ReviewBoardException with the given error message.- Parameters:
message- Error message
-