Package org.opennms.web.event
Class EventIdNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.opennms.web.event.EventIdNotFoundException
-
- All Implemented Interfaces:
Serializable
public class EventIdNotFoundException extends RuntimeException
EventIdNotFoundException class.
- Since:
- 1.8.1
- Version:
- $Id: $
- Author:
- ranger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventIdNotFoundException(String msg, String id)
Constructor for EventIdNotFoundException.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBadID()
getBadIDString
getMessage()
Getter for the fieldmessage
.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-