|
"WEBNMS_5 API Docs" | ||||||||
| 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
com.adventnet.nms.pollui.tl1.TL1PollerException
public class TL1PollerException
Exception thrown while trying to know the Real Time status of a TL1 Device using TL1Poller.
| Constructor Summary | |
|---|---|
TL1PollerException()
The default Constructor |
|
TL1PollerException(java.lang.String msg)
Constructor which accepts a message for the exception. |
|
| Method Summary | |
|---|---|
java.lang.Exception |
getException()
The actual exception which is being wrapped in this exception.This method returns the actual exception, only when the constructor with the Exception argument is used otherwise returns null. |
| 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 TL1PollerException()
public TL1PollerException(java.lang.String msg)
msg - the exception message.| Method Detail |
|---|
public java.lang.Exception getException()
|
"WEBNMS_5 API Docs" | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||