| org.apache.torque.TorqueException org.apache.torque.TooManyRowsException
TooManyRowsException | public class TooManyRowsException extends TorqueException (Code) | | This exception indicates that more rows were returned than expected.
author: Quinton McCombs version: $Id: TooManyRowsException.java 473821 2006-11-11 22:37:25Z tv $ |
TooManyRowsException | public TooManyRowsException()(Code) | | Constructs a new TorqueException without specified detail
message.
|
TooManyRowsException | public TooManyRowsException(String msg)(Code) | | Constructs a new TorqueException with specified detail
message.
Parameters: msg - the error message. |
TooManyRowsException | public TooManyRowsException(Throwable nested)(Code) | | Constructs a new TorqueException with specified nested
Throwable .
Parameters: nested - the exception or error that caused this exceptionto be thrown. |
TooManyRowsException | public TooManyRowsException(String msg, Throwable nested)(Code) | | Constructs a new TorqueException with specified detail
message and nested Throwable .
Parameters: msg - the error message. Parameters: nested - the exception or error that caused this exceptionto be thrown. |
|
|