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

E13403-04

oracle.jdeveloper.vcs.spi
Class VCSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.jdeveloper.vcs.spi.VCSException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
VCSCancelException, VCSDetailException, VCSValidationException

public class VCSException
extends java.lang.Exception

Base exception class for version clients, with an associated title.

Since:
9.0.5
See Also:
Serialized Form

Constructor Summary
VCSException(java.lang.String title, java.lang.String error)
           
 
Method Summary
 java.lang.String getTitle()
           
 
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

VCSException

public VCSException(java.lang.String title,
                    java.lang.String error)
Method Detail

getTitle

public java.lang.String getTitle()

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

E13403-04

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