java.io.Serializable
public class ProcessNotFoundException extends MsgException
Constructor | Description |
---|---|
ProcessNotFoundException() |
Constructs an
ProcessNotFoundException without a detail message. |
ProcessNotFoundException(java.lang.String s) |
Constructs an
ProcessNotFoundException with a detail message. |