com.atomikos.datasource
Class ResourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atomikos.icatch.SysException
                  extended by com.atomikos.datasource.ResourceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HeuristicException

public class ResourceException
extends SysException

Exception on the level of the resource manager. Contains more detailed info of actual protocol's exception.

See Also:
Serialized Form

Constructor Summary
ResourceException(Stack errors)
           
ResourceException(String msg)
           
ResourceException(String msg, Stack errors)
           
 
Method Summary
 Stack getDetails()
           
 void printStackTrace()
           
 
Methods inherited from class com.atomikos.icatch.SysException
getErrors, getStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceException

public ResourceException(String msg)

ResourceException

public ResourceException(String msg,
                         Stack errors)

ResourceException

public ResourceException(Stack errors)
Method Detail

getDetails

public Stack getDetails()

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class SysException


Copyright © 2011. All Rights Reserved.