|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opennms.web.vulnerability.VulnerabilityIdNotFoundException
public class VulnerabilityIdNotFoundException
VulnerabilityIdNotFoundException class.
| 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 |
|---|
protected String badId
protected String message
| Constructor Detail |
|---|
public VulnerabilityIdNotFoundException(String msg,
String id)
Constructor for VulnerabilityIdNotFoundException.
msg - a String object.id - a String object.| Method Detail |
|---|
public String getMessage()
Getter for the field message.
getMessage in class ThrowableString object.public String getBadID()
getBadID
String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||