org.caleigo.core.exception
Class DataServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.caleigo.core.exception.DataServiceException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- TransactionFailedException
- public class DataServiceException
- extends java.lang.RuntimeException
This is the root exception for for the IDataService.
- Version:
- 1.00
- Author:
- Dennis Zikovic
- See Also:
- Serialized Form
Fields inherited from class java.lang.RuntimeException |
|
Constructor Summary |
DataServiceException(java.lang.String message)
This is the default constructor. |
DataServiceException(java.lang.String message,
java.lang.Exception e)
Use this constructor when the exception is throw as a conversion of
another message. |
DataServiceException(java.lang.String message,
java.lang.Exception e,
java.lang.String description)
Use this constructor when the exception is throw as a conversion of
another message and you want to add an extended description. |
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 |
DataServiceException
public DataServiceException(java.lang.String message)
- This is the default constructor.
DataServiceException
public DataServiceException(java.lang.String message,
java.lang.Exception e)
- Use this constructor when the exception is throw as a conversion of
another message.
DataServiceException
public DataServiceException(java.lang.String message,
java.lang.Exception e,
java.lang.String description)
- Use this constructor when the exception is throw as a conversion of
another message and you want to add an extended description.
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
Copyright © 2005 Caleigo. All Rights Reserved.