org.openorb.pss.connector.file

Class NotFoundException

public class NotFoundException extends Exception

This exception is raised when a storage type or a storage home is not found.

Author: Jerome Daniel

Constructor Summary
NotFoundException()
Default constructor.
NotFoundException(String msg)
Creation of a new NotFoundException using a supplied message.

Constructor Detail

NotFoundException

public NotFoundException()
Default constructor.

NotFoundException

public NotFoundException(String msg)
Creation of a new NotFoundException using a supplied message.

Parameters: msg the message to include in the exception.