com.arjuna.mw.wst.exceptions
Class SystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.arjuna.mw.wst.exceptions.SystemException
All Implemented Interfaces:
java.io.Serializable

public class SystemException
extends java.lang.Exception

Thrown if the transaction is unknown.

Since:
1.0.
Version:
$Id: SystemException.java,v 1.1 2003/02/03 11:01:26 nmcl Exp $
Author:
Mark Little (mark.little@arjuna.com)
See Also:
Serialized Form

Constructor Summary
SystemException()
           
SystemException(java.lang.String s)
           
 
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()

SystemException

public SystemException(java.lang.String s)