Package org.opennms.netmgt.rtc
Class NodeNotInCategoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opennms.netmgt.rtc.NodeNotInCategoryException
-
- All Implemented Interfaces:
Serializable
public final class NodeNotInCategoryException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodeNotInCategoryException()
Default class constructor.NodeNotInCategoryException(String s)
Constructs a new exception with the passed string as the message encapsulated in the exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NodeNotInCategoryException
public NodeNotInCategoryException()
Default class constructor. Constructs a new exception with a default message.
-
NodeNotInCategoryException
public NodeNotInCategoryException(String s)
Constructs a new exception with the passed string as the message encapsulated in the exception.- Parameters:
s
- The exception's message.
-
-