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
public class BmTaskExecutionException extends RuntimeException
The runtime exception thrown while BM task execution.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BmTaskExecutionException(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 Detail
-
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.
-
-