loris_log.myException

This library own customized exception.

class InvalidFTPHostNameException(builtins.Exception):

Custom exception for the invalid FTP hostname.

Args:

Exception (string): The error message.
Inherited Members
builtins.Exception
Exception
builtins.BaseException
with_traceback
class InvalidFTPPortNumberException(builtins.Exception):

Custom exception for the invalid FTP port number.

Args:

Exception (string): The error message.
Inherited Members
builtins.Exception
Exception
builtins.BaseException
with_traceback
class InvalidFTPUserNameException(builtins.Exception):

Custom exceptionf or the invalid FTP username.

Args:

Exception (string): The error message.
Inherited Members
builtins.Exception
Exception
builtins.BaseException
with_traceback
class InvalidFTPPasswordException(builtins.Exception):

Custom exception for the invalid FTP password.

Args:

Exception (string): The error message.
Inherited Members
builtins.Exception
Exception
builtins.BaseException
with_traceback
class InvalidMessageException(builtins.Exception):

Custom Exception for the invalid message.

Args:

Exception (string): The error message.
Inherited Members
builtins.Exception
Exception
builtins.BaseException
with_traceback
class InvalidRoleSecretException(builtins.Exception):

Custom exception for the invalid role secret.

Args:

Exception (string): The error message.
Inherited Members
builtins.Exception
Exception
builtins.BaseException
with_traceback
class EmptyParameterException(builtins.Exception):

Custom exception for the empty parameter.

Args:

Exception (string): The error message.
Inherited Members
builtins.Exception
Exception
builtins.BaseException
with_traceback
class InvalidRoleAccessKeyException(builtins.Exception):

Custom exception for the invalid role access key.

Args:

Exception (string): The error message.
Inherited Members
builtins.Exception
Exception
builtins.BaseException
with_traceback
class NoneValueException(builtins.Exception):

Custom exception for the non value.

Args:

Exception (string): The error message.
Inherited Members
builtins.Exception
Exception
builtins.BaseException
with_traceback
class InvalidAttributeException(builtins.Exception):

Custom exception for attribute error.

Args:

Exception (string): The error message.
Inherited Members
builtins.Exception
Exception
builtins.BaseException
with_traceback
class InvalidRegionNameException(builtins.Exception):

Custom exception for invalid region name.

Args:

Exception (string): Invalid region name.
Inherited Members
builtins.Exception
Exception
builtins.BaseException
with_traceback
class FTPConnectionFailedException(builtins.Exception):

Custom exception for FTP Connection Failure.

Args:

Exception (string): The error message.
Inherited Members
builtins.Exception
Exception
builtins.BaseException
with_traceback
class FTPFileCreationException(builtins.Exception):

Custom exception for file or folder creation failure.

Args:

Exception (string): The error message.
Inherited Members
builtins.Exception
Exception
builtins.BaseException
with_traceback