com.nonesole.persistence.exception
Class OperationsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nonesole.persistence.exception.OperationsException
- All Implemented Interfaces:
- java.io.Serializable
public class OperationsException
- extends java.lang.Exception
Exception of persistence
Save exception in logs.
- Version:
- 1.0 - build in 2009-06-28
- Author:
- JACK Lee
- See Also:
- Serialized Form
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OperationsException
public OperationsException()
OperationsException
public OperationsException(java.lang.String message)
OperationsException
public OperationsException(java.lang.Throwable cause)
OperationsException
public OperationsException(java.lang.String message,
java.lang.Throwable cause)
OperationsException
public OperationsException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String logFilePath)
- Throw exception and save it in log file
- Parameters:
message
- - Stringcause
- - ThrowablelogFilePath
- String