Class BmTaskExecutionException

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

public class BmTaskExecutionException extends RuntimeException
The runtime exception thrown while BM task execution.
See Also:
  • Constructor Details

    • BmTaskExecutionException

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

      public BmTaskExecutionException(String message)
      Constructs a new BM task execution exception with the specified detail message.
      Parameters:
      message - the detail message.