"WEBNMS_5 API Docs"

com.adventnet.nms.pollui.tl1
Class TL1PollerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.adventnet.nms.pollui.tl1.TL1PollerException
All Implemented Interfaces:
java.io.Serializable

public class TL1PollerException
extends java.lang.RuntimeException

Exception thrown while trying to know the Real Time status of a TL1 Device using TL1Poller.

See Also:
Serialized Form

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

TL1PollerException

public TL1PollerException()
The default Constructor


TL1PollerException

public TL1PollerException(java.lang.String msg)
Constructor which accepts a message for the exception.

Parameters:
msg - the exception message.
Method Detail

getException

public 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.

Returns:
Exception the actual exception being wrapped.

"WEBNMS_5 API Docs"

Copyright © 2011 ZOHO Corp., All Rights Reserved.