Package com._1c.g5.v8.bm.integration
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
 
- 
- 
Constructor SummaryConstructors Constructor Description BmBatchSessionException(String message)Constructs a new exception with the specified detail message.BmBatchSessionException(String message, Throwable cause)Constructs a new exception with the specified detail message and cause.
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
BmBatchSessionExceptionpublic BmBatchSessionException(String message, Throwable cause) Constructs a new exception with the specified detail message and cause.- Parameters:
- message- the detail message.
- cause- the cause.
 
 - 
BmBatchSessionExceptionpublic BmBatchSessionException(String message) Constructs a new exception with the specified detail message.- Parameters:
- message- the detail message.
 
 
- 
 
-