com.commsen.stopwatch
Class StopwatchStorageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.commsen.stopwatch.StopwatchStorageException
All Implemented Interfaces:
java.io.Serializable

public class StopwatchStorageException
extends java.lang.Exception

Thrown when error occures while reading or writing data from/to given storage. If storage is database, this class acts as simple wrapper for SQLException.

Author:
Milen Dyankov
See Also:
Serialized Form

Constructor Summary
StopwatchStorageException()
           
StopwatchStorageException(java.lang.String message)
           
StopwatchStorageException(java.lang.String message, java.lang.Throwable cause)
           
StopwatchStorageException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StopwatchStorageException

public StopwatchStorageException()

StopwatchStorageException

public StopwatchStorageException(java.lang.String message)
Parameters:
message -

StopwatchStorageException

public StopwatchStorageException(java.lang.Throwable cause)
Parameters:
cause -

StopwatchStorageException

public StopwatchStorageException(java.lang.String message,
                                 java.lang.Throwable cause)
Parameters:
message -
cause -


Copyright © 2006-2008 Commsen International. All Rights Reserved.