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

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.