AutomationException =================== .. java:package:: ru.bitec.gs.automation.exception :noindex: .. java:type:: public class AutomationException extends RuntimeException Базовый клас исключений, выбрасываемых при возникновении ошибок в коде библиотеки Gs Automation Api for Global ERP client. Constructors ------------ AutomationException ^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public AutomationException(String message) :outertype: AutomationException AutomationException ^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public AutomationException(String message, Throwable cause) :outertype: AutomationException AutomationException ^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public AutomationException(Throwable cause) :outertype: AutomationException AutomationException ^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public AutomationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) :outertype: AutomationException