1 package org.openkilda.exception;
9 private static final long serialVersionUID = 1L;
12 private Integer code = null;
31 final boolean enableSuppression,
final boolean writableStackTrace) {
32 super(message, cause, enableSuppression, writableStackTrace);
44 super(message, cause);
ExternalSystemException()
ExternalSystemException(final Integer code, final String message, final Throwable cause)
ExternalSystemException(final Throwable cause)
ExternalSystemException(final Integer code, final String message, final Throwable cause, final boolean enableSuppression, final boolean writableStackTrace)
ExternalSystemException(final Integer code, final String message)