|
OpenNMS API 1.2.8 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opennms.netmgt.poller.nsclient.NsclientException
This object implements the internal exceptions used by the
NsclientManager
system.
Field Summary |
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
NsclientException()
Constructor. |
|
NsclientException(java.lang.String message)
Constructor, sets the message pertaining to the exception problem. |
|
NsclientException(java.lang.String message,
java.lang.Throwable cause)
Constructor, sets the message pertaining to the exception problem and the root cause exception (if applicable.) |
|
NsclientException(java.lang.Throwable cause)
Constructor, sets the exception that caused this exception to be generated. |
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 NsclientException()
public NsclientException(java.lang.String message)
message
- the message pertaining to the exception problem.public NsclientException(java.lang.String message, java.lang.Throwable cause)
message
- the message pertaining to the exception problem.cause
- the exception that caused this exception to be generated.public NsclientException(java.lang.Throwable cause)
cause
- the exception that caused this exception to be generated.
|
OpenNMS API 1.2.8 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |