|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jetbrains.buildServer.notification.DuplicateNotificationRuleException
public class DuplicateNotificationRuleException
Thrown when the same notification rule already exists.
| Constructor Summary | |
|---|---|
DuplicateNotificationRuleException(java.util.Collection<java.lang.Long> ruleIds)
|
|
| Method Summary | |
|---|---|
java.util.Collection<java.lang.Long> |
getRules()
Returns ids of existing rules which caused this exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DuplicateNotificationRuleException(java.util.Collection<java.lang.Long> ruleIds)
| Method Detail |
|---|
public java.util.Collection<java.lang.Long> getRules()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||