com.atomikos.persistence
Class LogException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atomikos.persistence.LogException
All Implemented Interfaces:
Serializable

public class LogException
extends Exception

See Also:
Serialized Form

Field Summary
protected  Stack errors_
           
 
Constructor Summary
LogException()
           
LogException(Stack errors)
           
LogException(String s)
           
LogException(String s, Stack errors)
           
 
Method Summary
 Stack getErrors()
           
 
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
 

Field Detail

errors_

protected Stack errors_
Constructor Detail

LogException

public LogException()

LogException

public LogException(String s)

LogException

public LogException(String s,
                    Stack errors)

LogException

public LogException(Stack errors)
Method Detail

getErrors

public Stack getErrors()


Copyright © 2011. All Rights Reserved.