org.apache.torque.engine
Class EngineException

java.lang.Object
  extended by NestableException
      extended by org.apache.torque.engine.EngineException

public class EngineException
extends NestableException

The base class of all exceptions thrown by the engine.

Version:
$Id: EngineException.java,v 1.1 2007-10-21 07:57:27 abyrne Exp $
Author:
Daniel Rall, Jason van Zyl

Constructor Summary
EngineException()
          Constructs a new EngineException without specified detail message.
EngineException(String msg)
          Constructs a new EngineException with specified detail message.
EngineException(String msg, Throwable nested)
          Constructs a new EngineException with specified detail message and nested Throwable.
EngineException(Throwable nested)
          Constructs a new EngineException with specified nested Throwable.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EngineException

public EngineException()
Constructs a new EngineException without specified detail message.


EngineException

public EngineException(String msg)
Constructs a new EngineException with specified detail message.

Parameters:
msg - the error message.

EngineException

public EngineException(Throwable nested)
Constructs a new EngineException with specified nested Throwable.

Parameters:
nested - the exception or error that caused this exception to be thrown.

EngineException

public EngineException(String msg,
                       Throwable nested)
Constructs a new EngineException with specified detail message and nested Throwable.

Parameters:
msg - the error message.
nested - the exception or error that caused this exception to be thrown.


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.