public class CcServerBatchProcessingAlreadyRunningException extends CcServerException implements java.io.Serializable
CcServerBatchProcessingAlreadyRunningException is thrown if there is an attempt to start a new Batch Process
when there is already a Batch Process running. There can only be one Batch Process running on the CcServer at any one
time.| Constructor and Description |
|---|
CcServerBatchProcessingAlreadyRunningException() |
CcServerBatchProcessingAlreadyRunningException(java.lang.Exception aparentException,
java.lang.Object aobject) |
CcServerBatchProcessingAlreadyRunningException(java.lang.Exception aparentException,
java.lang.String astrMessage) |
CcServerBatchProcessingAlreadyRunningException(java.lang.Exception aparentException,
java.lang.String astrMessage,
java.lang.Object aobject) |
CcServerBatchProcessingAlreadyRunningException(java.lang.String astrMessage) |
CcServerBatchProcessingAlreadyRunningException(java.lang.String astrMessage,
java.lang.Object aobject) |
getContainedException, getMessages, getStackTraceAsString, printStackTrace, printStackTrace, printStackTrace, toStringpublic CcServerBatchProcessingAlreadyRunningException()
public CcServerBatchProcessingAlreadyRunningException(java.lang.String astrMessage)
public CcServerBatchProcessingAlreadyRunningException(java.lang.String astrMessage,
java.lang.Object aobject)
public CcServerBatchProcessingAlreadyRunningException(java.lang.Exception aparentException,
java.lang.String astrMessage)
public CcServerBatchProcessingAlreadyRunningException(java.lang.Exception aparentException,
java.lang.Object aobject)
public CcServerBatchProcessingAlreadyRunningException(java.lang.Exception aparentException,
java.lang.String astrMessage,
java.lang.Object aobject)
Copyright © 2005-2017 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.