org.apache.torque
Class TooManyRowsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.torque.TorqueException
              extended by org.apache.torque.TooManyRowsException
All Implemented Interfaces:
Serializable

public class TooManyRowsException
extends TorqueException

This exception indicates that more rows were returned than expected.

Version:
$Id: TooManyRowsException.java 1351125 2012-06-17 16:51:03Z tv $
Author:
Quinton McCombs
See Also:
Serialized Form

Constructor Summary
TooManyRowsException()
          Constructs a new TorqueException without specified detail message.
TooManyRowsException(String msg)
          Constructs a new TorqueException with specified detail message.
TooManyRowsException(String msg, Throwable nested)
          Constructs a new TorqueException with specified detail message and nested Throwable.
TooManyRowsException(Throwable nested)
          Constructs a new TorqueException with specified nested 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TooManyRowsException

public TooManyRowsException()
Constructs a new TorqueException without specified detail message.


TooManyRowsException

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

Parameters:
msg - the error message.

TooManyRowsException

public TooManyRowsException(Throwable nested)
Constructs a new TorqueException with specified nested Throwable.

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

TooManyRowsException

public TooManyRowsException(String msg,
                            Throwable nested)
Constructs a new TorqueException 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 © 2000-2013 The Apache Software Foundation. All Rights Reserved.