|
|||||||||
| 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.protocols.wmi.WmiException
public class WmiException
This object implements the internal exceptions used by the
WmiManager system.
| Constructor Summary | |
|---|---|
WmiException()
Constructor. |
|
WmiException(String message)
Constructor, sets the message pertaining to the exception problem. |
|
WmiException(String message,
Throwable cause)
Constructor, sets the message pertaining to the exception problem and the root cause exception (if applicable.) |
|
WmiException(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 WmiException()
public WmiException(String message)
message - the message pertaining to the exception problem.
public WmiException(String message,
Throwable cause)
message - the message pertaining to the exception problem.cause - the exception that caused this exception to be generated.public WmiException(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 | ||||||||