|
||||||||||
| 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
org.opennms.netmgt.vacuumd.AutomationException
public class AutomationException
AutomationException class.
| Constructor Summary | |
|---|---|
AutomationException(String arg0)
Constructor for AutomationException. |
|
AutomationException(String arg0,
Throwable arg1)
Constructor for AutomationException. |
|
AutomationException(Throwable arg0)
Constructor for AutomationException. |
|
| 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 AutomationException(String arg0)
Constructor for AutomationException.
arg0 - a String object.public AutomationException(Throwable arg0)
Constructor for AutomationException.
arg0 - a Throwable object.
public AutomationException(String arg0,
Throwable arg1)
Constructor for AutomationException.
arg0 - a String object.arg1 - a Throwable object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||