All Packages Class Hierarchy This Package Previous Next Index
Class COM.meitca.concordia.service.AlreadyInitializedException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----COM.meitca.concordia.service.AlreadyInitializedException
- public class AlreadyInitializedException
- extends Exception
Exception generated when attempting to initialize an object factory
that is already initialized.
- See Also:
- Service
-
AlreadyInitializedException()
- Constructs an AlreadyInitializedException.
-
AlreadyInitializedException(String)
- Constructs an AlreadyInitializedException.
AlreadyInitializedException
protected AlreadyInitializedException() throws IllegalAccessException
- Constructs an AlreadyInitializedException.
- Throws: IllegalAccessException
- Whenever called.
AlreadyInitializedException
public AlreadyInitializedException(String type)
- Constructs an AlreadyInitializedException.
- Parameters:
- type - A String describing the exception.
All Packages Class Hierarchy This Package Previous Next Index