C# Class Summer.Batch.Core.Launch.NoSuchJobInstanceException

Inheritance: JobExecutionException
Afficher le fichier Open project: SummerBatch/SummerBatchCore

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
NoSuchJobInstanceException ( SerializationInfo info, StreamingContext context ) : System

Serialization constructor.

Method Details

NoSuchJobInstanceException() protected méthode

Serialization constructor.
protected NoSuchJobInstanceException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

NoSuchJobInstanceException() public méthode

Create an exception with the given message.
public NoSuchJobInstanceException ( string msg ) : System
msg string
Résultat System

NoSuchJobInstanceException() public méthode

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
Résultat System