Open Kilda Java Documentation
org.openkilda.exception.ExternalSystemException Class Reference
Inheritance diagram for org.openkilda.exception.ExternalSystemException:

Public Member Functions

 ExternalSystemException ()
 
 ExternalSystemException (final Integer code, final String message, final Throwable cause, final boolean enableSuppression, final boolean writableStackTrace)
 
 ExternalSystemException (final Integer code, final String message, final Throwable cause)
 
 ExternalSystemException (final Integer code, final String message)
 
 ExternalSystemException (final Throwable cause)
 
Integer getCode ()
 

Detailed Description

The Class ExternalSystemException.

Definition at line 6 of file ExternalSystemException.java.

Constructor & Destructor Documentation

◆ ExternalSystemException() [1/5]

org.openkilda.exception.ExternalSystemException.ExternalSystemException ( )

Instantiates a new external system exception.

Definition at line 17 of file ExternalSystemException.java.

◆ ExternalSystemException() [2/5]

org.openkilda.exception.ExternalSystemException.ExternalSystemException ( final Integer  code,
final String  message,
final Throwable  cause,
final boolean  enableSuppression,
final boolean  writableStackTrace 
)

Instantiates a new external system exception.

Parameters
codethe code
messagethe message
causethe cause
enableSuppressionthe enable suppression
writableStackTracethe writable stack trace

Definition at line 30 of file ExternalSystemException.java.

◆ ExternalSystemException() [3/5]

org.openkilda.exception.ExternalSystemException.ExternalSystemException ( final Integer  code,
final String  message,
final Throwable  cause 
)

Instantiates a new external system exception.

Parameters
codethe code
messagethe message
causethe cause

Definition at line 43 of file ExternalSystemException.java.

◆ ExternalSystemException() [4/5]

org.openkilda.exception.ExternalSystemException.ExternalSystemException ( final Integer  code,
final String  message 
)

Instantiates a new external system exception.

Parameters
codethe code
messagethe message

Definition at line 54 of file ExternalSystemException.java.

◆ ExternalSystemException() [5/5]

org.openkilda.exception.ExternalSystemException.ExternalSystemException ( final Throwable  cause)

Instantiates a new external system exception.

Parameters
causethe cause

Definition at line 64 of file ExternalSystemException.java.

Member Function Documentation

◆ getCode()

Integer org.openkilda.exception.ExternalSystemException.getCode ( )

Gets the code.

Returns
the code

Definition at line 73 of file ExternalSystemException.java.


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