com.xenonsoft.bridgetown.soa
Class UnknownContextException

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

public class UnknownContextException
extends AssemblyException

An exception when the named context cannot be found in the assembly configuration

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

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

UnknownContextException

public UnknownContextException()
Default constructor


UnknownContextException

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

Parameters:
message - the message

UnknownContextException

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

Parameters:
cause - the root cause

UnknownContextException

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