|
|||||||||||
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.apache.jdo.model.ModelException
org.apache.jdo.model.ModelVetoException
This exception indicates a problem during model update.
Constructor Summary | |
ModelVetoException()
Creates new ModelVetoException without detail message. |
|
ModelVetoException(java.lang.String msg)
Constructs a ModelVetoException with the specified
detail message. |
|
ModelVetoException(java.lang.String msg,
java.lang.Throwable cause)
Constructs a new ModelVetoException with the specified
detail message and cause. |
|
ModelVetoException(java.lang.Throwable cause)
Constructs a new ModelVetoException with the specified
cause. |
Methods inherited from class org.apache.jdo.model.ModelException |
getCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ModelVetoException()
ModelVetoException
without detail message.
public ModelVetoException(java.lang.String msg)
ModelVetoException
with the specified
detail message.
msg
- the detail message.public ModelVetoException(java.lang.Throwable cause)
ModelVetoException
with the specified
cause.
cause
- the cause Throwable
.public ModelVetoException(java.lang.String msg, java.lang.Throwable cause)
ModelVetoException
with the specified
detail message and cause.
msg
- the detail message.cause
- the cause Throwable
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |