org.xcmis.spi
Class ConstraintException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xcmis.spi.CmisException
              extended by org.xcmis.spi.ConstraintException
All Implemented Interfaces:
Serializable

public final class ConstraintException
extends CmisException

If action fails cause to some constraint.

Version:
$Id: ConstraintException.java 2 2010-02-04 17:21:49Z andrew00x $
Author:
Andrey Parfonov
See Also:
Serialized Form

Constructor Summary
ConstraintException()
          Construct instance ConstraintException without message.
ConstraintException(String message)
          Construct instance ConstraintException with message.
ConstraintException(String message, Throwable cause)
          Construct instance ConstraintException with message and cause exception.
ConstraintException(Throwable cause)
          Construct instance ConstraintException with cause exception.
 
Method Summary
 
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
 

Constructor Detail

ConstraintException

public ConstraintException()
Construct instance ConstraintException without message.


ConstraintException

public ConstraintException(String message)
Construct instance ConstraintException with message.

Parameters:
message - the detail message about exception
See Also:
Throwable.getMessage()

ConstraintException

public ConstraintException(String message,
                           Throwable cause)
Construct instance ConstraintException with message and cause exception.

Parameters:
message - the detail message about exception
cause - the cause exception
See Also:
Throwable.getCause(), Throwable.getMessage()

ConstraintException

public ConstraintException(Throwable cause)
Construct instance ConstraintException with cause exception.

Parameters:
cause - the cause exception
See Also:
Throwable.getCause()


Copyright © 2010 eXo Platform SAS. All Rights Reserved.