C# Класс Summer.Batch.Core.Launch.NoSuchJobInstanceException

Наследование: JobExecutionException
Показать файл Открыть проект

Открытые методы

Метод Описание
NoSuchJobInstanceException ( string msg ) : System

Create an exception with the given message.

NoSuchJobInstanceException ( string msg, Exception e ) : System

Custom constructor with a message and an inner exception.

Защищенные методы

Метод Описание
NoSuchJobInstanceException ( SerializationInfo info, StreamingContext context ) : System

Serialization constructor.

Описание методов

NoSuchJobInstanceException() защищенный Метод

Serialization constructor.
protected NoSuchJobInstanceException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Результат System

NoSuchJobInstanceException() публичный Метод

Create an exception with the given message.
public NoSuchJobInstanceException ( string msg ) : System
msg string
Результат System

NoSuchJobInstanceException() публичный Метод

Custom constructor with a message and an inner exception.
public NoSuchJobInstanceException ( string msg, Exception e ) : System
msg string The message to send to caller
e Exception the cause of the exception
Результат System