com.gentics.api.lib.datasource
Class DatasourceModificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.gentics.api.lib.exception.NodeException
              extended by com.gentics.api.lib.datasource.DatasourceException
                  extended by com.gentics.api.lib.datasource.DatasourceModificationException
All Implemented Interfaces:
java.io.Serializable

public class DatasourceModificationException
extends DatasourceException

Exception that is thrown if an error occurs during a modification (insert, update) of a datasource record.

Author:
herbert
See Also:
Serialized Form

Constructor Summary
DatasourceModificationException(Resolvable record, java.lang.String message)
           
 
Method Summary
 Resolvable getRecord()
           
 
Methods inherited from class com.gentics.api.lib.exception.NodeException
getLocalizedMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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
 

Constructor Detail

DatasourceModificationException

public DatasourceModificationException(Resolvable record,
                                       java.lang.String message)
Method Detail

getRecord

public Resolvable getRecord()


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.