Class BmBatchSessionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com._1c.g5.v8.bm.integration.BmBatchSessionException
All Implemented Interfaces:
Serializable

public class BmBatchSessionException extends RuntimeException
The runtime exception thrown in cases:
  • If the current BM operation is performed outside batch session while the batch session is active
  • If the current BM operation is performed inside the batch session while another batch session is active
See Also:
  • Constructor Details

    • BmBatchSessionException

      public BmBatchSessionException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - the detail message.
      cause - the cause.
    • BmBatchSessionException

      public BmBatchSessionException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message.