org.jboss.ejb3.cache.persistence
Class PersistenceManagerFactoryNotRegisteredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.ejb3.cache.persistence.PersistenceManagerFactoryNotRegisteredException
All Implemented Interfaces:
Serializable

public class PersistenceManagerFactoryNotRegisteredException
extends Exception

PoolFactoryNotRegisteredException Thrown when attempting to retrieve a pool factory with unrecognized name from the registry

Version:
$Revision: $
Author:
ALR
See Also:
Serialized Form

Constructor Summary
PersistenceManagerFactoryNotRegisteredException()
           
PersistenceManagerFactoryNotRegisteredException(String message)
           
 
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

PersistenceManagerFactoryNotRegisteredException

public PersistenceManagerFactoryNotRegisteredException()

PersistenceManagerFactoryNotRegisteredException

public PersistenceManagerFactoryNotRegisteredException(String message)


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.