com.ail.core.persistence
Class CreateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ail.core.BaseException
com.ail.core.persistence.CreateException
- All Implemented Interfaces:
- java.io.Serializable
public class CreateException
- extends BaseException
Error indicating that persistance of an object could not be completed. The error indicates some form of
configuration problem.
- Version:
- $Revision: 1.2 $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CreateException
public CreateException(java.lang.String description)
- Constructor
- Parameters:
description - A description of the error.
CreateException
public CreateException(java.lang.String description,
java.lang.Throwable target)
- Constructor
- Parameters:
description - A description of the error.target - The exception that caused this error to be thrown.
CreateException
public CreateException(BaseError e)
- Constructor
Turn a BaseError into a BaseException
- Parameters:
e - BaseError to convert.