org.objectweb.jorm.api
Class PExceptionExistingDSI

java.lang.Object
  extended byPException
      extended byorg.objectweb.jorm.api.PExceptionIO
          extended byorg.objectweb.jorm.api.PExceptionExistingDSI

public class PExceptionExistingDSI
extends PExceptionIO

See Also:
Serialized Form

Constructor Summary
PExceptionExistingDSI(java.lang.String error)
          It builds a new Jorm Exception related to DSI existence (trying to create a duplicate!).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PExceptionExistingDSI

public PExceptionExistingDSI(java.lang.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.