org.objectweb.jorm.api
Class PExceptionNoDSI

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

public class PExceptionNoDSI
extends PExceptionIO

See Also:
Serialized Form

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

Constructor Detail

PExceptionNoDSI

public PExceptionNoDSI(java.lang.String error)
It builds a new Jorm Exception related to DSI non existence.

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