public class GerritTriggerException extends Exception
Constructor and Description |
---|
GerritTriggerException(int code,
String message)
Default constractor.
|
GerritTriggerException(String message)
Default constractor.
|
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Gets code.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GerritTriggerException(String message)
message
- the exception message.public GerritTriggerException(int code, String message)
code
- the code.message
- the exception message.Copyright © 2004-2016. All Rights Reserved.