org.enhydra.barracuda.contrib.sam.data
Class DataObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.enhydra.barracuda.contrib.sam.data.DataObjectException
- All Implemented Interfaces:
- Serializable
- public class DataObjectException
- extends Exception
general exception class for all issues dealing with DataObjects
- See Also:
- Serialized Form
Method Summary |
protected String |
getDefaultMessage()
|
String |
getMessage()
if the constructor was called with a non-null message, the default message is returned,
otherwise the constructor's message. |
DEFAULT_MESSAGE
public static String DEFAULT_MESSAGE
DataObjectException
public DataObjectException()
DataObjectException
public DataObjectException(String s)
getMessage
public String getMessage()
- if the constructor was called with a non-null message, the default message is returned,
otherwise the constructor's message.
getDefaultMessage
protected String getDefaultMessage()
Copyright © 2003 BarracudaMVC.org All Rights Reserved.