org.chorem.jtimer.data
Class DataViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.chorem.jtimer.data.DataViolationException
- All Implemented Interfaces:
- Serializable
public class DataViolationException
- extends RuntimeException
Exception thrown when a data violation is detected.
- Version:
- $Revision: 2607 $
Last update : $Date: 2009-06-18 17:19:19 +0200 (jeu., 18 juin 2009) $
By : $Author: echatellier $
- Author:
- chatellier
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
exceptionKey
protected String exceptionKey
- Exception key message;
DataViolationException
public DataViolationException(String message,
String exceptionKey)
- Constructor with text message.
- Parameters:
message
- text messageexceptionKey
- exception key
DataViolationException
public DataViolationException(String message,
String exceptionKey,
Throwable cause)
- Constructor with text message and cause.
- Parameters:
message
- text messageexceptionKey
- exception keycause
- parent cause
getExceptionKey
public String getExceptionKey()
- Get exception key.
- Returns:
- the exceptionKey
Copyright © 2007-2010 CodeLutin. All Rights Reserved.