|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.xcmis.spi.CmisException
org.xcmis.spi.NameConstraintViolationException
public class NameConstraintViolationException
The repository is not able to store the object that the user is creating/updating due to a name constraint violation.
| 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 |
|---|
public NameConstraintViolationException()
public NameConstraintViolationException(String message)
message - the detail message about exceptionThrowable.getMessage()
public NameConstraintViolationException(String message,
Throwable cause)
message - the detail message about exceptioncause - the cause exceptionThrowable.getCause(),
Throwable.getMessage()public NameConstraintViolationException(Throwable cause)
cause - the cause exceptionThrowable.getCause()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||