org.opennms.web.notification
Class NoticeIdNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.opennms.web.notification.NoticeIdNotFoundException
All Implemented Interfaces:
Serializable

public class NoticeIdNotFoundException
extends RuntimeException

NoticeIdNotFoundException class.

Since:
1.8.1
Version:
$Id: $
Author:
ranger
See Also:
Serialized Form

Field Summary
protected  String badId
           
protected  String message
           
 
Constructor Summary
NoticeIdNotFoundException(String msg, String id)
          Constructor for NoticeIdNotFoundException.
 
Method Summary
 String getBadID()
          getBadID
 String getMessage()
          Getter for the field message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

badId

protected String badId

message

protected String message
Constructor Detail

NoticeIdNotFoundException

public NoticeIdNotFoundException(String msg,
                                 String id)

Constructor for NoticeIdNotFoundException.

Parameters:
msg - a String object.
id - a String object.
Method Detail

getMessage

public String getMessage()

Getter for the field message.

Overrides:
getMessage in class Throwable
Returns:
a String object.

getBadID

public String getBadID()

getBadID

Returns:
a String object.


Copyright © 2011. All Rights Reserved.