com.bea.content
Class ConstraintViolationException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
com.bea.content.RepositoryException
              
com.bea.content.ConstraintViolationException
- All Implemented Interfaces 
 - Serializable
 
public class ConstraintViolationException
- extends RepositoryException
 
Exception thrown when an action would violate
 a constraint on repository structure. For example, when an attempt is made
 to persistently add an item to a node that would violate that node's node type.
- See Also
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
ConstraintViolationException
public ConstraintViolationException(String message)
ConstraintViolationException
public ConstraintViolationException(String message,
                                    Throwable cause)
ConstraintViolationException
public ConstraintViolationException(Throwable cause)
ConstraintViolationException
public ConstraintViolationException(String message,
                                    Throwable cause,
                                    boolean log)
Copyright © 2011, Oracle. All rights reserved.