org.opennms.netmgt.rtc
Class RTCException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opennms.netmgt.rtc.RTCException
- All Implemented Interfaces:
- Serializable
public final class RTCException
- extends Exception
The RTCException class is thrown by the RTC.
- Author:
- Sowmya Kumaraswamy , OpenNMS.org
- See Also:
- Serialized Form
|
Constructor Summary |
RTCException()
Default class constructor. |
RTCException(String s)
Constructs a new exception with the passed string as the message
encapsulated in the exception. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RTCException
public RTCException()
- Default class constructor. Constructs a new exception with a default
message.
RTCException
public RTCException(String s)
- Constructs a new exception with the passed string as the message
encapsulated in the exception.
- Parameters:
s - The exception's message.
Copyright © 2009. All Rights Reserved.