org.sape.ejbutils.homefactory
Class HomeFactoryNamingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.sape.carbon.core.exception.BaseException
              extended byorg.sape.ejbutils.homefactory.HomeFactoryException
                  extended byorg.sape.ejbutils.homefactory.HomeFactoryNamingException
All Implemented Interfaces:
org.sape.carbon.core.exception.Exceptionable, Serializable

public class HomeFactoryNamingException
extends HomeFactoryException

Thrown when a javax.naming.NamingException occurs.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.sape.carbon.core.exception.BaseException
delegatedException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
HomeFactoryNamingException(Class sourceClass, String message)
          Creates a HomeFactoryNamingException.
HomeFactoryNamingException(Class sourceClass, String message, Throwable cause)
          Creates a HomeFactoryNamingException.
 
Methods inherited from class org.sape.ejbutils.homefactory.HomeFactoryException
getSeverity
 
Methods inherited from class org.sape.carbon.core.exception.BaseException
getCause, getExceptionSource, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HomeFactoryNamingException

public HomeFactoryNamingException(Class sourceClass,
                                  String message)
Creates a HomeFactoryNamingException.

Parameters:
sourceClass - the class where this exception was thrown
message - a message describing the reason for this exception

HomeFactoryNamingException

public HomeFactoryNamingException(Class sourceClass,
                                  String message,
                                  Throwable cause)
Creates a HomeFactoryNamingException.

Parameters:
sourceClass - the class where this exception was thrown
message - a message describing the reason for this exception
cause - the exception that caused this failure


Copyright 2003 Sapient Corporation. All Rights Reserved.