org.apache.openejb.assembler.classic
Class PersistenceDeployerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.openejb.assembler.classic.PersistenceDeployerException
All Implemented Interfaces:
Serializable

public class PersistenceDeployerException
extends Exception

See Also:
Serialized Form

Constructor Summary
PersistenceDeployerException()
           
PersistenceDeployerException(String arg0)
           
PersistenceDeployerException(String arg0, Throwable arg1)
           
PersistenceDeployerException(Throwable arg0)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersistenceDeployerException

public PersistenceDeployerException()

PersistenceDeployerException

public PersistenceDeployerException(String arg0,
                                    Throwable arg1)

PersistenceDeployerException

public PersistenceDeployerException(String arg0)

PersistenceDeployerException

public PersistenceDeployerException(Throwable arg0)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.