ManagedProcessException

public void ManagedProcessException(String message, Throwable cause)

Constructs a new ManagedProcessException with the specified detail message and underlying cause.

Parameters

message

the detail message explaining the reason for the exception

cause

the underlying cause of this exception


public void ManagedProcessException(String message)

Constructs a new ManagedProcessException with the specified detail message.

Parameters

message

the detail message explaining the reason for the exception