|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.securitycentric.metacoretex.lib.ProbeException
Constructor Summary | |
ProbeException()
Creates a new instance of ProbeException without detail message. |
|
ProbeException(java.lang.String msg)
Constructs an instance of ProbeException with the specified detail message. |
Method Summary | |
java.lang.String |
getProbeName()
|
java.util.Properties |
getProbeOptions()
|
void |
setProbeName(java.lang.String name)
|
void |
setProbeOptions(java.util.Properties prop)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ProbeException()
ProbeException
without detail message.
public ProbeException(java.lang.String msg)
ProbeException
with the specified detail message.
msg
- the detail message.Method Detail |
public java.lang.String getProbeName()
public void setProbeName(java.lang.String name)
public java.util.Properties getProbeOptions()
public void setProbeOptions(java.util.Properties prop)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |