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

Constructor Index

 o AlreadyInitializedException()
Constructs an AlreadyInitializedException.
 o AlreadyInitializedException(String)
Constructs an AlreadyInitializedException.

Constructors

 o AlreadyInitializedException

 protected AlreadyInitializedException() throws IllegalAccessException

Constructs an AlreadyInitializedException.

Throws: IllegalAccessException
Whenever called.
 o AlreadyInitializedException

 public AlreadyInitializedException(String type)

Constructs an AlreadyInitializedException.

Parameters:
type - A String describing the exception.


All Packages  Class Hierarchy  This Package  Previous  Next  Index