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
public class ReviewBoardException extends Exception
A ReviewBoardException is thrown when an error occurs while communicating with a Review Board server.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReviewBoardException(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 Detail
-
ReviewBoardException
public ReviewBoardException(String message)
Construct the ReviewBoardException with the given error message.- Parameters:
message
- Error message
-
-