org.objectweb.jorm.api

Class PExceptionIO

Known Direct Subclasses:
PExceptionExistingDSI, PExceptionNoDSI

public class PExceptionIO
extends PException

This exception is raised in case of problem during any kind of I/O action.

Author:
P. Dechamboux

Constructor Summary

PExceptionIO(Exception e)
It builds a new Jorm Exception related to an I/O problem characterized by the given exception.
PExceptionIO(Exception e, String msg)
PExceptionIO(String error)
It builds a new Jorm Exception related to I/O problems.

Method Summary

Methods inherited from class org.objectweb.jorm.api.PException

getNestedException, print

Constructor Details

PExceptionIO

public PExceptionIO(Exception e)
It builds a new Jorm Exception related to an I/O problem characterized by the given exception.

Parameters:
e - The string representation of the error message.


PExceptionIO

public PExceptionIO(Exception e,
                    String msg)


PExceptionIO

public PExceptionIO(String error)
It builds a new Jorm Exception related to I/O problems.

Parameters:
error - The string representation of the error message.