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

E13403-03

oracle.jdeveloper.deploy
Class VetoableDeployException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by oracle.jdeveloper.deploy.DeployException
                  extended by oracle.jdeveloper.deploy.VetoableDeployException
All Implemented Interfaces:
java.io.Serializable

public class VetoableDeployException
extends DeployException

See Also:
Serialized Form

Constructor Summary
VetoableDeployException()
           
VetoableDeployException(java.lang.String s)
          Constructs a VetoableDeployException with the specified detail message.
VetoableDeployException(java.lang.String s, java.lang.Throwable cause)
          Constructs a VetoableDeployException with the specified detail message and chains this exception to the given Throwable.
VetoableDeployException(java.lang.Throwable cause)
          Constructs a VetoableDeployException with no specified detail message and chains this exception to the given Throwable.
 
Method Summary
 
Methods inherited from class oracle.jdeveloper.deploy.DeployException
getSource, printCause, printCauseStackTrace, setSource
 
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

VetoableDeployException

public VetoableDeployException()

VetoableDeployException

public VetoableDeployException(java.lang.Throwable cause)
Constructs a VetoableDeployException with no specified detail message and chains this exception to the given Throwable. The Throwable's stack trace is printed out after this exception's stack trace when any one of the printStackTrace() methods is called.


VetoableDeployException

public VetoableDeployException(java.lang.String s)
Constructs a VetoableDeployException with the specified detail message. This message should be considered translatable.

Parameters:
s - the detail message.

VetoableDeployException

public VetoableDeployException(java.lang.String s,
                               java.lang.Throwable cause)
Constructs a VetoableDeployException with the specified detail message and chains this exception to the given Throwable. The Throwable's stack trace is printed out after this exception's stack trace when any one of the printStackTrace() methods is called.


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

E13403-03

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