Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.jdeveloper.vcs.properties
Class PropertiesVetoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.jdeveloper.vcs.properties.PropertiesVetoException
All Implemented Interfaces:
java.io.Serializable

public class PropertiesVetoException
extends java.lang.Exception

Exception class for the vetoing of property changes by properties dialog panels.

See Also:
Serialized Form

Constructor Summary
PropertiesVetoException(java.lang.String message)
          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

PropertiesVetoException

public PropertiesVetoException(java.lang.String message)
Constructor.

Parameters:
message - the exception message, made visible in an alert.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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