org.apache.jdo.model
Class ModelVetoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.jdo.model.ModelException
              extended by org.apache.jdo.model.ModelVetoException
All Implemented Interfaces:
java.io.Serializable

public class ModelVetoException
extends ModelException

This exception indicates a problem during model update.

Since:
JDO 1.0.1
Author:
Michael Bouschen
See Also:
Serialized Form

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.
 
Method Summary
 
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

ModelVetoException

public ModelVetoException()
Creates new ModelVetoException without detail message.


ModelVetoException

public ModelVetoException(java.lang.String msg)
Constructs a ModelVetoException with the specified detail message.

Parameters:
msg - the detail message.

ModelVetoException

public ModelVetoException(java.lang.Throwable cause)
Constructs a new ModelVetoException with the specified cause.

Parameters:
cause - the cause Throwable.

ModelVetoException

public ModelVetoException(java.lang.String msg,
                          java.lang.Throwable cause)
Constructs a new ModelVetoException with the specified detail message and cause.

Parameters:
msg - the detail message.
cause - the cause Throwable.


Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.