net.sf.tm
Class ContextManagerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.commons.lang.exception.NestableException
              extended bynet.sf.tm.ContextManagerException
All Implemented Interfaces:
org.apache.commons.lang.exception.Nestable, Serializable

public class ContextManagerException
extends org.apache.commons.lang.exception.NestableException

An exception for errors resulting of operations of a IContextManager.

Version:
$Id: ContextManagerException.java,v 1.3 2003/08/28 14:39:48 apataki Exp $
Author:
Andreas Pataki
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Constructor Summary
ContextManagerException()
          Default constructor
ContextManagerException(String message)
           
ContextManagerException(String message, Throwable throwable)
           
ContextManagerException(Throwable throwable)
           
 
Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContextManagerException

public ContextManagerException()
Default constructor


ContextManagerException

public ContextManagerException(String message)
Parameters:
message - The error message

ContextManagerException

public ContextManagerException(Throwable throwable)
Parameters:
throwable - The exception

ContextManagerException

public ContextManagerException(String message,
                               Throwable throwable)
Parameters:
message - The error message
throwable - The exception


Copyright © 2003-2004 Andreas Pataki. All Rights Reserved.