org.plasma.sdo.access
Class InvalidSnapshotException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.plasma.common.exception.PlasmaRuntimeException
org.plasma.sdo.access.DataAccessException
org.plasma.sdo.access.InvalidSnapshotException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidSnapshotException
- extends DataAccessException
- See Also:
- Serialized Form
|
Constructor Summary |
InvalidSnapshotException(java.lang.String entityName,
java.lang.String currentUser,
java.sql.Timestamp snapshotDate,
java.lang.String updatedByUser,
java.util.Date updatedDate)
|
| 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 |
InvalidSnapshotException
public InvalidSnapshotException(java.lang.String entityName,
java.lang.String currentUser,
java.sql.Timestamp snapshotDate,
java.lang.String updatedByUser,
java.util.Date updatedDate)
getSnapshotDate
public java.sql.Timestamp getSnapshotDate()
getUpdatedByUser
public java.lang.String getUpdatedByUser()
getUpdatedDate
public java.util.Date getUpdatedDate()
Copyright © 2013. All Rights Reserved.