com.xenonsoft.bridgetown.soa
Class MaximumWireExceededException

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
                      extended bycom.xenonsoft.bridgetown.soa.MaximumWireExceededException
All Implemented Interfaces:
java.io.Serializable

public class MaximumWireExceededException
extends AssemblyFactoryException

This exception is designed for assemblies, that have a maximum depth of dependency injection. You can think of this exception as a stack overflow prevention for some assembly factory algorithms.

Version:
$Id: MaximumWireExceededException.java,v 1.1 2004/09/16 00:24:36 peter_pilgrim Exp $
Author:
peterp, 15-Sep-2004
See Also:
Serialized Form

Constructor Summary
MaximumWireExceededException()
          Standard constructor
MaximumWireExceededException(java.lang.String message)
          Standard constructor
MaximumWireExceededException(java.lang.String message, java.lang.Throwable cause)
          Standard constructor
MaximumWireExceededException(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

MaximumWireExceededException

public MaximumWireExceededException()
Standard constructor


MaximumWireExceededException

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

Parameters:
message - the failure message

MaximumWireExceededException

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

Parameters:
cause - the root cause

MaximumWireExceededException

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

Parameters:
message - the failure message
cause - the root cause


Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.