Package com._1c.g5.v8.bm.integration
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
The runtime exception thrown while BM task execution.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBmTaskExecutionException
(String message) Constructs a new BM task execution exception with the specified detail message.BmTaskExecutionException
(String message, Throwable cause) Constructs a new BM task execution exception with the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BmTaskExecutionException
Constructs a new BM task execution exception with the specified detail message and cause.- Parameters:
message
- the detail message.cause
- the cause.
-
BmTaskExecutionException
Constructs a new BM task execution exception with the specified detail message.- Parameters:
message
- the detail message.
-