org.opennms.netmgt.vacuumd
Class AutomationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.opennms.netmgt.vacuumd.AutomationException
All Implemented Interfaces:
Serializable

public class AutomationException
extends RuntimeException

AutomationException class.

Version:
$Id: $
Author:
Mathew Brozowski
See Also:
Serialized Form

Constructor Summary
AutomationException(String arg0)
          Constructor for AutomationException.
AutomationException(String arg0, Throwable arg1)
          Constructor for AutomationException.
AutomationException(Throwable arg0)
          Constructor for AutomationException.
 
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

AutomationException

public AutomationException(String arg0)

Constructor for AutomationException.

Parameters:
arg0 - a String object.

AutomationException

public AutomationException(Throwable arg0)

Constructor for AutomationException.

Parameters:
arg0 - a Throwable object.

AutomationException

public AutomationException(String arg0,
                           Throwable arg1)

Constructor for AutomationException.

Parameters:
arg0 - a String object.
arg1 - a Throwable object.


Copyright © 2011. All Rights Reserved.