com.jalios.jstore
Class LogException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.jalios.jstore.LogException
All Implemented Interfaces:
Serializable

public class LogException
extends IOException

See Also:
Serialized Form

Field Summary
static String REVISION
           
 
Constructor Summary
LogException()
           
LogException(String msg)
           
LogException(String msg, Exception nestedException)
           
 
Method Summary
 String getMessage()
           
 Exception getNestedException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

REVISION

public static final String REVISION
See Also:
Constant Field Values
Constructor Detail

LogException

public LogException()

LogException

public LogException(String msg)

LogException

public LogException(String msg,
                    Exception nestedException)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getNestedException

public Exception getNestedException()


Copyright © 2001-2007 Jalios SA. All Rights Reserved.