Package com.jalios.jstore
Class LogException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.jalios.jstore.LogException
-
- All Implemented Interfaces:
java.io.Serializable
public class LogException extends java.io.IOException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
REVISION
-
Constructor Summary
Constructors Constructor Description LogException()
LogException(java.lang.String msg)
LogException(java.lang.String msg, java.lang.Exception nestedException)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
java.lang.Exception
getNestedException()
-
-
-
Field Detail
-
REVISION
public static final java.lang.String REVISION
- See Also:
- Constant Field Values
-
-