AdventNet Web NMS 4 DMS API Specification

com.adventnet.nms.rta.fw.common
Class RTAModuleException
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.adventnet.nms.rta.fw.common.RTAException
                          |
                          +--com.adventnet.nms.rta.fw.common.RTAModuleException
All Implemented Interfaces:
java.io.Serializable

public class RTAModuleException
extends RTAException

This exception will be thrown from the RTA module implementations when they encounter any problem.

See Also:
Serialized Form

Constructor Summary
RTAModuleException()
          Constructs a new exception with empty string as its detail message.
RTAModuleException(java.lang.String message)
          Constructs a new exception with the specified detail message.
RTAModuleException(java.lang.String title, java.lang.String message)
          Constructs a new exception with the specified detail message and title.
 
Methods inherited from class com.adventnet.nms.rta.fw.common.RTAException
addDetails, addDetails, addDetails, addDetails, getDetails, getDetailsList, getMessage, getTitle, hasDetails, setMessage, setTitle, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RTAModuleException

public RTAModuleException()
Constructs a new exception with empty string as its detail message.

RTAModuleException

public RTAModuleException(java.lang.String message)
Constructs a new exception with the specified detail message.

RTAModuleException

public RTAModuleException(java.lang.String title,
                          java.lang.String message)
Constructs a new exception with the specified detail message and title.

AdventNet Web NMS 4 DMS API Specification