org.opennms.web.vulnerability
Class VulnerabilityIdNotFoundException

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

public class VulnerabilityIdNotFoundException
extends RuntimeException

VulnerabilityIdNotFoundException class.

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

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

VulnerabilityIdNotFoundException

public VulnerabilityIdNotFoundException(String msg,
                                        String id)

Constructor for VulnerabilityIdNotFoundException.

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.