Asylo
Public Member Functions | List of all members
com.asylo.client.EnclaveException Class Reference

Exception to represent any error during initialization and execution of enclave. More...

Inheritance diagram for com.asylo.client.EnclaveException:
Inheritance graph
[legend]
Collaboration diagram for com.asylo.client.EnclaveException:
Collaboration graph
[legend]

Public Member Functions

 EnclaveException ()
 
 EnclaveException (String message)
 
 EnclaveException (String message, Throwable throwable)
 
 EnclaveException (Throwable throwable)
 

Detailed Description

Exception to represent any error during initialization and execution of enclave.

Constructor & Destructor Documentation

◆ EnclaveException() [1/4]

com.asylo.client.EnclaveException.EnclaveException ( )
inline

◆ EnclaveException() [2/4]

com.asylo.client.EnclaveException.EnclaveException ( String  message)
inline

◆ EnclaveException() [3/4]

com.asylo.client.EnclaveException.EnclaveException ( String  message,
Throwable  throwable 
)
inline

◆ EnclaveException() [4/4]

com.asylo.client.EnclaveException.EnclaveException ( Throwable  throwable)
inline

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