Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.ide.exception
Class ChangeVetoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.ide.exception.ChangeVetoException

All Implemented Interfaces:
java.io.Serializable

public class ChangeVetoException
extends java.lang.Exception

ChangeVetoException exception is thrown when an VetoObserver vetos a pending VetoableSubject change.

See Also:
Serialized Form

Constructor Summary
ChangeVetoException(java.lang.String msg)
          Constructor.
ChangeVetoException(java.lang.Throwable cause)
          Constructor.

 

Method Summary

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

ChangeVetoException

public ChangeVetoException(java.lang.String msg)
Constructor.
Parameters:
msg - the exception message

ChangeVetoException

public ChangeVetoException(java.lang.Throwable cause)
Constructor.
Parameters:
cause - the nested cause

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.