org.openorb.pss.connector.file
public class NotFoundException extends Exception
Constructor Summary | |
---|---|
NotFoundException()
Default constructor. | |
NotFoundException(String msg)
Creation of a new NotFoundException using a supplied message. |
NotFoundException
using a supplied message.Parameters: msg the message to include in the exception.