org.broadleafcommerce.common.extensibility.jpa
Class EntityClassNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.broadleafcommerce.common.extensibility.jpa.EntityClassNotFoundException
All Implemented Interfaces:
Serializable

public class EntityClassNotFoundException
extends RuntimeException

Author:
jfischer
See Also:
Serialized Form

Constructor Summary
EntityClassNotFoundException()
           
EntityClassNotFoundException(String arg0)
           
EntityClassNotFoundException(String arg0, Throwable arg1)
           
EntityClassNotFoundException(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

EntityClassNotFoundException

public EntityClassNotFoundException()

EntityClassNotFoundException

public EntityClassNotFoundException(String arg0,
                                    Throwable arg1)

EntityClassNotFoundException

public EntityClassNotFoundException(String arg0)

EntityClassNotFoundException

public EntityClassNotFoundException(Throwable arg0)


Copyright © 2013. All Rights Reserved.