org.xcmis.spi
Class NameConstraintViolationException

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

public class NameConstraintViolationException
extends CmisException

The repository is not able to store the object that the user is creating/updating due to a name constraint violation.

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

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

NameConstraintViolationException

public NameConstraintViolationException()
Construct instance NameConstraintException without message.


NameConstraintViolationException

public NameConstraintViolationException(String message)
Construct instance NameConstraintException with message.

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

NameConstraintViolationException

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

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

NameConstraintViolationException

public NameConstraintViolationException(Throwable cause)
Construct instance NameConstraintException with cause exception.

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


Copyright © 2010 eXo Platform SAS. All Rights Reserved.