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

Exception signaling (fatal) errors during logging of recoverable state.

See Also:
Serialized Form

Field Summary
protected  Stack<Exception> errors_
           
 
Constructor Summary
LogException()
           
LogException(Exception e)
           
LogException(String s)
           
LogException(String msg, Exception e)
           
 
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
 

Field Detail

errors_

protected Stack<Exception> errors_
Constructor Detail

LogException

public LogException()

LogException

public LogException(String s)

LogException

public LogException(String msg,
                    Exception e)

LogException

public LogException(Exception e)


Copyright © 2014. All Rights Reserved.