com.xenonsoft.bridgetown.soa
Class AssemblyConfigException

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.AssemblyConfigException
All Implemented Interfaces:
java.io.Serializable

public class AssemblyConfigException
extends AssemblyException

Exception raised when the service assembly configuration is in error. If the configuration is wrong then the service assembler factory will raise this exception.

Version:
$Id: AssemblyConfigException.java,v 1.2 2005/02/23 01:31:10 peter_pilgrim Exp $
Author:
Peter Pilgrim, Jul 28, 2004 10:54:47 AM
See Also:
Serialized Form

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

AssemblyConfigException

public AssemblyConfigException()
Default constructor


AssemblyConfigException

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

Parameters:
message - the message

AssemblyConfigException

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

Parameters:
cause - the root cause

AssemblyConfigException

public AssemblyConfigException(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.