com.atomikos.icatch.jta
Class ExtendedSystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.transaction.SystemException
              extended by com.atomikos.icatch.jta.ExtendedSystemException
All Implemented Interfaces:
Serializable

public class ExtendedSystemException
extends SystemException

A better system exception, containing throwable cause.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.transaction.SystemException
errorCode
 
Constructor Summary
ExtendedSystemException(String msg, Throwable cause)
           
 
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

ExtendedSystemException

public ExtendedSystemException(String msg,
                               Throwable cause)


Copyright © 2016. All Rights Reserved.