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 SummaryConstructors 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.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
BmTaskExecutionExceptionpublic 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.
 
 - 
BmTaskExecutionExceptionpublic BmTaskExecutionException(String message) Constructs a new BM task execution exception with the specified detail message.- Parameters:
- message- the detail message.
 
 
- 
 
-