Source code for opslib.icsexception

"""
IcsException: Library for Exception
-----------------------------------

+-----------------+------------+-----------+
| This is the IcsException common library. |
+-----------------+------------+-----------+
"""


[docs]class IcsException(Exception): """ Error for ics exception """
[docs]class IcsAlertException(IcsException): """ Error generating or sending alerts """
[docs]class IcsEc2Exception(IcsException): """ Error for EC2 request """
[docs]class IcsASException(IcsException): """ Error for Autoscale request """
[docs]class IcsMetaException(IcsException): """ Error for ICS Meta process """
[docs]class IcsR53Exception(IcsException): """ Errors processing ICS R53 request """
[docs]class IcsS3Exception(IcsException): """ Errors processing ICS S3 request """
[docs]class IcsSNSException(IcsException): """ Errors processing ICS SNS request """
[docs]class IcsSysCfgException(IcsException): """ Errors for ICS System Configuration """ # vim: tabstop=4 shiftwidth=4 softtabstop=4
Read the Docs v: latest
Versions
latest
Downloads
PDF
HTML
Epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.