Class AnsibleTowerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jenkinsci.plugins.ansible_tower.exceptions.AnsibleTowerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AnsibleTowerDoesNotSupportAuthToken,AnsibleTowerItemDoesNotExist,AnsibleTowerRefusesToGiveToken,AnsibleTowerRequestException,AnsibleTowerTransientException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAnsibleTowerException(String message) AnsibleTowerException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AnsibleTowerException
-
AnsibleTowerException
-