org.opennms.protocols.wmi
Class WmiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opennms.protocols.wmi.WmiException
All Implemented Interfaces:
Serializable

public class WmiException
extends Exception

This object implements the internal exceptions used by the WmiManager system.

Author:
Matt Raykowski
See Also:
Serialized Form

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

WmiException

public WmiException()
Constructor.


WmiException

public WmiException(String message)
Constructor, sets the message pertaining to the exception problem.

Parameters:
message - the message pertaining to the exception problem.

WmiException

public WmiException(String message,
                    Throwable cause)
Constructor, sets the message pertaining to the exception problem and the root cause exception (if applicable.)

Parameters:
message - the message pertaining to the exception problem.
cause - the exception that caused this exception to be generated.

WmiException

public WmiException(Throwable cause)
Constructor, sets the exception that caused this exception to be generated.

Parameters:
cause - the exception that caused this exception to be generated.


Copyright © 2009. All Rights Reserved.