sf logo

sf.qof.session
Class RollbackException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by sf.qof.session.RollbackException
All Implemented Interfaces:
Serializable

public class RollbackException
extends Exception

The RollbackTransaction is thrown to indicate that the transaction has been rolled back rather than committed.

See Also:
Serialized Form

Constructor Summary
RollbackException(String message)
          Constructs a RollbackException object.
 
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

RollbackException

public RollbackException(String message)
Constructs a RollbackException object.

Parameters:
message - the error message

sf logo

Copyright © 2007 brunella ltd. All Rights Reserved.