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