com.xenonsoft.bridgetown.soa
Class AssemblyFactoryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.xenonsoft.bridgetown.soa.AssemblyException
                  extended bycom.xenonsoft.bridgetown.soa.AssemblyFactoryException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MaximumWireExceededException, RecursiveDependencyException

public class AssemblyFactoryException
extends AssemblyException

An assembly factory exception is normal raised when a context factory cannot instantiate a service bean or has a problem executing a particular factory related operation.

Version:
$Id: AssemblyFactoryException.java,v 1.1.1.1 2004/09/04 12:04:24 peter_pilgrim Exp $
Author:
Peter Pilgrim, 28-Jul-2004
See Also:
Serialized Form

Constructor Summary
AssemblyFactoryException()
          Default constructor
AssemblyFactoryException(java.lang.String message)
          Standard constructor
AssemblyFactoryException(java.lang.String message, java.lang.Throwable cause)
          Standard constructor
AssemblyFactoryException(java.lang.Throwable cause)
          Standard constructor
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssemblyFactoryException

public AssemblyFactoryException()
Default constructor


AssemblyFactoryException

public AssemblyFactoryException(java.lang.String message)
Standard constructor

Parameters:
message - the message

AssemblyFactoryException

public AssemblyFactoryException(java.lang.Throwable cause)
Standard constructor

Parameters:
cause - the root cause

AssemblyFactoryException

public AssemblyFactoryException(java.lang.String message,
                                java.lang.Throwable cause)
Standard constructor

Parameters:
message - the message
cause - the root cause


Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.