Package com.zerog.ia.auto.project
Class ProjectAutomationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.zerog.ia.auto.project.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.
-
-
-
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.
-
-