Class AutomationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AutomationException
    extends java.lang.RuntimeException

    AutomationException class.

    Version:
    $Id: $
    Author:
    Mathew Brozowski
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AutomationException​(java.lang.String arg0)
      Constructor for AutomationException.
      AutomationException​(java.lang.String arg0, java.lang.Throwable arg1)
      Constructor for AutomationException.
      AutomationException​(java.lang.Throwable arg0)
      Constructor for AutomationException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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​(java.lang.String arg0)

        Constructor for AutomationException.

        Parameters:
        arg0 - a String object.
      • AutomationException

        public AutomationException​(java.lang.Throwable arg0)

        Constructor for AutomationException.

        Parameters:
        arg0 - a Throwable object.
      • AutomationException

        public AutomationException​(java.lang.String arg0,
                                   java.lang.Throwable arg1)

        Constructor for AutomationException.

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