|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opennms.api.integration.ticketing.PluginException
public class PluginException
Exception used to indicate failure of a Ticketing Plugin when updating a remote trouble ticket system
| Constructor Summary | |
|---|---|
PluginException()
Constructor for PluginException. |
|
PluginException(String message)
Constructor for PluginException. |
|
PluginException(String message,
Throwable cause)
Constructor for PluginException. |
|
PluginException(Throwable cause)
Constructor for PluginException. |
|
| Method Summary |
|---|
| 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 PluginException()
Constructor for PluginException.
public PluginException(String message)
Constructor for PluginException.
message - a String object.public PluginException(Throwable cause)
Constructor for PluginException.
cause - a Throwable object.
public PluginException(String message,
Throwable cause)
Constructor for PluginException.
message - a String object.cause - a Throwable object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||