Package org.opennms.netmgt.rtc
Class RTCException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opennms.netmgt.rtc.RTCException
-
- All Implemented Interfaces:
java.io.Serializable
public final class RTCException extends java.lang.Exception
The RTCException class is thrown by the RTC.- Version:
- $Id: $
- Author:
- Sowmya Kumaraswamy , OpenNMS.org , Sowmya Kumaraswamy , OpenNMS.org
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RTCException()
Default class constructor.RTCException(java.lang.String s)
Constructs a new exception with the passed string as the message encapsulated in the exception.
-
-
-
Constructor Detail
-
RTCException
public RTCException()
Default class constructor. Constructs a new exception with a default message.
-
RTCException
public RTCException(java.lang.String s)
Constructs a new exception with the passed string as the message encapsulated in the exception.- Parameters:
s
- The exception's message.
-
-