com.nonesole.persistence.exception
Class OperationsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
OperationsException()
           
OperationsException(java.lang.String message)
           
OperationsException(java.lang.String message, java.lang.Throwable cause)
           
OperationsException(java.lang.String message, java.lang.Throwable cause, java.lang.String logFilePath)
          Throw exception and save it in log file
OperationsException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 - - String
cause - - Throwable
logFilePath - String