org.apache.jdo.model
Class ModelVetoException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.jdo.model.ModelException
              extended byorg.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.
 
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-2007 Apache Software Foundation. All Rights Reserved.