Class ProjectAutomationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProjectAutomationException
    extends java.lang.RuntimeException
    The exception thrown when a error occurs with the Project Automation API.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ProjectAutomationException​(java.lang.String message)
      Creates a new exception with the specific message.
      ProjectAutomationException​(java.lang.String message, java.lang.Throwable th)
      Creates a new exception with the specified message and root cause exception.
    • 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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ProjectAutomationException

        public ProjectAutomationException​(java.lang.String message)
        Creates a new exception with the specific message.
        Parameters:
        message - The exception message.
      • ProjectAutomationException

        public ProjectAutomationException​(java.lang.String message,
                                          java.lang.Throwable th)
        Creates a new exception with the specified message and root cause exception.
        Parameters:
        message - The exception message.
        messsage - The root cause exception.