org.opennms.web.alarm
Class AlarmIdNotFoundException

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

public class AlarmIdNotFoundException
extends RuntimeException

AlarmIdNotFoundException class.

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

Field Summary
protected  String badId
           
protected  String message
           
 
Constructor Summary
AlarmIdNotFoundException(String msg, String id)
          Constructor for AlarmIdNotFoundException.
 
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

AlarmIdNotFoundException

public AlarmIdNotFoundException(String msg,
                                String id)

Constructor for AlarmIdNotFoundException.

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.