AdminComponentException
This exception class is capable of containing multiple exceptions. See {@link AdminException} for details.
6768697071727374757677
} if (canThrowAdminException) { if (exception instanceof TeiidProcessingException) { return new AdminProcessingException(exception); } return new AdminComponentException(exception); } if (canThrowXATransactionException) { return new XATransactionException(exception); } if (RuntimeException.class.isAssignableFrom(exception.getClass())) {