Stud.IP  6.1
KeyringException Class Reference
Inheritance diagram for KeyringException:
Exception

Data Fields

const CREATION_FAILED = 1
 
const NOT_FOUND = 2
 
const UNSUPPORTED_KEY_ALGORITHM = 3
 
- Data Fields inherited from Exception
const GENERAL_ERROR = 0
 
const END_BEFORE_BEGINNING = 1
 

Additional Inherited Members

- Public Member Functions inherited from Exception
 __construct (string $message='', int $code=0, ?\Range $range=null)
 
 getInformation ()
 
 getRange ()
 
- Protected Attributes inherited from Exception
Range $range = null
 

Detailed Description

The KeyringException class represents exceptions that occurr when using keyrings.

Field Documentation

◆ CREATION_FAILED

const CREATION_FAILED = 1

The CREATION_FAILED status code means that a keyring could not be created.

◆ NOT_FOUND

const NOT_FOUND = 2

The NOT FOUND status code means that the search for a keyring did not yield a result.

◆ UNSUPPORTED_KEY_ALGORITHM

const UNSUPPORTED_KEY_ALGORITHM = 3

The UNSUPPORTED_KEY_ALGORITHM status code means that the selected key algorithm is not supported.


The documentation for this class was generated from the following file: