sf logo

sf.qof.session
Class SystemException

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

public class SystemException
extends Exception

The SystemException is thrown by the transaction and session manager to indicate that it has encountered an unexpected error condition that prevents future transaction services from proceeding.

See Also:
Serialized Form

Constructor Summary
SystemException()
          Constructs a SystemException object.
SystemException(String message)
          Constructs a SystemException object.
SystemException(String message, Throwable cause)
          Constructs a SystemException object.
SystemException(Throwable cause)
          Constructs a SystemException 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

SystemException

public SystemException()
Constructs a SystemException object.


SystemException

public SystemException(Throwable cause)
Constructs a SystemException object.

Parameters:
cause - a Throwable object

SystemException

public SystemException(String message)
Constructs a SystemException object.

Parameters:
message - the error message

SystemException

public SystemException(String message,
                       Throwable cause)
Constructs a SystemException object.

Parameters:
message - the error message
cause - a Throwable object

sf logo

Copyright © 2007 brunella ltd. All Rights Reserved.