public class DefaultBatchEnvironment
extends Object
implements org.jberet.spi.BatchEnvironment
An environment to act as a default batch environment for deployments. This environment throws an
BatchRuntimeException for each method. Deployments should not end up with this
environment. This is used as a fallback in cases where the JobOperatorContextSelector cannot
find an appropriate environment.