org.objectweb.jorm.api

Class PExceptionExistingDSI


public class PExceptionExistingDSI
extends PExceptionIO

Constructor Summary

PExceptionExistingDSI(String error)
It builds a new Jorm Exception related to DSI existence (trying to create a duplicate!).

Method Summary

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

getNestedException, print

Constructor Details

PExceptionExistingDSI

public PExceptionExistingDSI(String error)
It builds a new Jorm Exception related to DSI existence (trying to create a duplicate!).

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