|
|||||||||
| 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
public class NsclientException
This object implements the internal exceptions used by the
NsclientManager system.
| Constructor Summary | |
|---|---|
NsclientException()
Constructor. |
|
NsclientException(String message)
Constructor, sets the message pertaining to the exception problem. |
|
NsclientException(String message,
Throwable cause)
Constructor, sets the message pertaining to the exception problem and the root cause exception (if applicable.) |
|
NsclientException(Throwable cause)
Constructor, sets the exception that caused this exception to be generated. |
|
| Method Summary |
|---|
| 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(String message)
message - the message pertaining to the exception problem.
public NsclientException(String message,
Throwable cause)
message - the message pertaining to the exception problem.cause - the exception that caused this exception to be generated.public NsclientException(Throwable cause)
cause - the exception that caused this exception to be generated.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||