Compoze Software, Inc.

com.compoze.ejb
Class HomeInterfaceFactory.FactoryException


java.lang.Object

  |

  +--java.lang.Throwable

        |

        +--java.lang.Exception

              |

              +--com.compoze.util.NestedException

                    |

                    +--com.compoze.ejb.HomeInterfaceFactory.FactoryException

All Implemented Interfaces:
java.io.Serializable
Enclosing class:
HomeInterfaceFactory

public static class HomeInterfaceFactory.FactoryException
extends NestedException

This class is an exception thrown by the home interface factory that wraps the many exceptions that can occur when a home interface is looked up.

See Also:
Serialized Form

Constructor Summary
HomeInterfaceFactory.FactoryException()
           
HomeInterfaceFactory.FactoryException(java.lang.Exception e)
           
HomeInterfaceFactory.FactoryException(java.lang.String s)
           
 
Methods inherited from class com.compoze.util.NestedException
getNestedException, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HomeInterfaceFactory.FactoryException


public HomeInterfaceFactory.FactoryException()

HomeInterfaceFactory.FactoryException


public HomeInterfaceFactory.FactoryException(java.lang.String s)

HomeInterfaceFactory.FactoryException


public HomeInterfaceFactory.FactoryException(java.lang.Exception e)

Compoze Software, Inc.

Copyright ©1999-2001 Compoze Software, Inc. All rights reserved.