WebNMS TL1 API Release 4 Specification

com.adventnet.tl1
Class TL1Exception

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.adventnet.tl1.TL1Exception
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConnectionDownException, RegexException, TcsException, TimeoutException, TL1ParserException

public class TL1Exception
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
TL1Exception()
           
TL1Exception(java.lang.String message)
           
 
Method Summary
 java.lang.Throwable getProblem()
           
 void setProblem(java.lang.Throwable problem)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TL1Exception

public TL1Exception()

TL1Exception

public TL1Exception(java.lang.String message)
Method Detail

setProblem

public void setProblem(java.lang.Throwable problem)

getProblem

public java.lang.Throwable getProblem()

WebNMS TL1 API Release 4 Specification