| com.metaboss.enterprise.bo.BOException com.metaboss.enterprise.bo.BOObjectConstraintViolationException
BOObjectConstraintViolationException | public class BOObjectConstraintViolationException extends BOException (Code) | | Specialised BOLayer exception. Thrown when object validation has failed due to constraint violation.
Typically entity validation occurs prior saving changes to the Entity objects. Part or whole validation may occur on middletier
or on storage layer (this is not really specified). This is why this exception has
a variety of constructors catering for the various sources of the validation error.
|
BOObjectConstraintViolationException | public BOObjectConstraintViolationException(String pMessage)(Code) | | Constructs BOObjectConstraintViolationException
|
BOObjectConstraintViolationException | public BOObjectConstraintViolationException(String pMessage, PSAssociationConstraintViolationException pCause)(Code) | | Constructs BOObjectConstraintViolationException which wraps around PSAssociationConstraintViolationException
thrown from storage services layer
|
BOObjectConstraintViolationException | public BOObjectConstraintViolationException(String pMessage, PSAttributeConstraintViolationException pCause)(Code) | | Constructs BOObjectConstraintViolationException which wraps around PSAttributeConstraintViolationException
thrown from storage services layer
|
|
|