org.jdtaus.core.container
Class ContextError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.jdtaus.core.container.ContextError
All Implemented Interfaces:
Serializable

public class ContextError
extends Error

Unrecoverable error thrown if no working Context is available in the system.

Version:
$Id: ContextError.java 8044 2009-07-02 01:29:05Z schulte2005 $
Author:
Christian Schulte
See Also:
Serialized Form

Constructor Summary
ContextError(String msg)
          Creates a new instance of ContextError taking a message.
ContextError(Throwable cause)
          Creates a new instance of ContextError taking a causing Throwable.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContextError

public ContextError(String msg)
Creates a new instance of ContextError taking a message.

Parameters:
msg - the message describing the error.

ContextError

public ContextError(Throwable cause)
Creates a new instance of ContextError taking a causing Throwable.

Parameters:
cause - the causing throwable.


Copyright © 2005-2009 jDTAUS. All Rights Reserved.