org.opennms.web.event
Class EventIdNotFoundException

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

public class EventIdNotFoundException
extends RuntimeException

See Also:
Serialized Form

Field Summary
protected  String badId
           
protected  String message
           
 
Constructor Summary
EventIdNotFoundException(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

EventIdNotFoundException

public EventIdNotFoundException(String msg,
                                String id)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getBadID

public String getBadID()


Copyright © 2009. All Rights Reserved.