org.pentaho.commons.util.repository.exception
Class ConstraintViolationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.commons.util.repository.exception.CmisFault
              extended by org.pentaho.commons.util.repository.exception.ConstraintViolationException
All Implemented Interfaces:
Serializable

public class ConstraintViolationException
extends CmisFault

See Also:
Serialized Form

Constructor Summary
ConstraintViolationException()
           
 
Method Summary
 
Methods inherited from class org.pentaho.commons.util.repository.exception.CmisFault
getErrorCode, getErrorMessage, setErrorCode, setErrorMessage
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstraintViolationException

public ConstraintViolationException()