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

See Also:
Serialized Form

Field Summary
protected  String badId
           
protected  String message
           
 
Constructor Summary
NoticeIdNotFoundException(String msg, String id)
           
 
Method Summary
 String getBadID()
           
 String getMessage()
           
 
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)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getBadID

public String getBadID()


Copyright © 2009. All Rights Reserved.