org.ofbiz.base.component
Class AlreadyLoadedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ofbiz.base.util.GeneralException
org.ofbiz.base.config.GenericConfigException
org.ofbiz.base.component.ComponentException
org.ofbiz.base.component.AlreadyLoadedException
- All Implemented Interfaces:
- java.io.Serializable
public class AlreadyLoadedException
- extends ComponentException
Component Already Loaded Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AlreadyLoadedException
public AlreadyLoadedException()
AlreadyLoadedException
public AlreadyLoadedException(java.lang.String str)
AlreadyLoadedException
public AlreadyLoadedException(java.lang.Throwable nested)
AlreadyLoadedException
public AlreadyLoadedException(java.lang.String str,
java.lang.Throwable nested)