Package org.opennms.web.notification
Class NoticeIdNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.opennms.web.notification.NoticeIdNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoticeIdNotFoundException extends java.lang.RuntimeException
NoticeIdNotFoundException class.
- Since:
- 1.8.1
- Version:
- $Id: $
- Author:
- ranger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoticeIdNotFoundException(java.lang.String msg, java.lang.String id)
Constructor for NoticeIdNotFoundException.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBadID()
getBadIDjava.lang.String
getMessage()
Getter for the fieldmessage
.
-