|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.flexive.shared.exceptions.FxApplicationException
com.flexive.shared.exceptions.FxConstraintViolationException
public class FxConstraintViolationException
Exception thrown if a constraint was violated (ie unique constraints)
| Field Summary |
|---|
| Fields inherited from class com.flexive.shared.exceptions.FxApplicationException |
|---|
message |
| Constructor Summary | |
|---|---|
FxConstraintViolationException(FxApplicationException converted)
Localized exception constructor |
|
FxConstraintViolationException(org.apache.commons.logging.Log log,
FxApplicationException converted)
Localized exception constructor |
|
FxConstraintViolationException(org.apache.commons.logging.Log log,
java.lang.String key)
Localized exception constructor |
|
FxConstraintViolationException(org.apache.commons.logging.Log log,
java.lang.String key,
java.lang.Object... values)
Localized exception constructor |
|
FxConstraintViolationException(org.apache.commons.logging.Log log,
java.lang.String message,
java.lang.Throwable cause)
Localized exception constructor |
|
FxConstraintViolationException(org.apache.commons.logging.Log log,
java.lang.Throwable cause)
Localized exception constructor |
|
FxConstraintViolationException(org.apache.commons.logging.Log log,
java.lang.Throwable cause,
java.lang.String key,
java.lang.Object... values)
Localized exception constructor |
|
FxConstraintViolationException(java.lang.String key)
Localized exception constructor |
|
FxConstraintViolationException(java.lang.String key,
java.lang.Object... values)
Localized exception constructor |
|
FxConstraintViolationException(java.lang.String message,
java.lang.Throwable cause)
Localized exception constructor |
|
FxConstraintViolationException(java.lang.Throwable cause)
Localized exception constructor |
|
FxConstraintViolationException(java.lang.Throwable cause,
java.lang.String key,
java.lang.Object... values)
Localized exception constructor |
|
| Method Summary |
|---|
| Methods inherited from class com.flexive.shared.exceptions.FxApplicationException |
|---|
asRuntimeException, getAffectedXPath, getContentExceptionCause, getExceptionMessage, getMessage, getMessage, getMessage, getMessage, hasAffectedXPath, isMessageLogged, messageLogged, setAffectedXPath |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 FxConstraintViolationException(FxApplicationException converted)
converted - the message to convert
public FxConstraintViolationException(org.apache.commons.logging.Log log,
FxApplicationException converted)
log - Log to useconverted - exception to convert
public FxConstraintViolationException(java.lang.String key,
java.lang.Object... values)
key - exception messge resource keyvalues - value parameters for resource message
public FxConstraintViolationException(org.apache.commons.logging.Log log,
java.lang.String key,
java.lang.Object... values)
log - Log to usekey - exception messge resource keyvalues - value parameters for resource message
public FxConstraintViolationException(java.lang.Throwable cause,
java.lang.String key,
java.lang.Object... values)
cause - causing exceptionkey - exception messge resource keyvalues - value parameters for resource message
public FxConstraintViolationException(org.apache.commons.logging.Log log,
java.lang.Throwable cause,
java.lang.String key,
java.lang.Object... values)
log - Log to usecause - causing messagekey - exception messge resource keyvalues - value parameters for resource messagepublic FxConstraintViolationException(java.lang.String key)
key - exception messge resource key
public FxConstraintViolationException(org.apache.commons.logging.Log log,
java.lang.String key)
log - Log to usekey - exception messge resource key
public FxConstraintViolationException(java.lang.String message,
java.lang.Throwable cause)
message - resource keycause - causing exception
public FxConstraintViolationException(org.apache.commons.logging.Log log,
java.lang.String message,
java.lang.Throwable cause)
log - Log to usemessage - resource keycause - exception causepublic FxConstraintViolationException(java.lang.Throwable cause)
cause - exception cause
public FxConstraintViolationException(org.apache.commons.logging.Log log,
java.lang.Throwable cause)
log - Log to usecause - causing exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||