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.vcs.spi
Class VCSValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.jdeveloper.vcs.spi.VCSException
              extended by oracle.jdeveloper.vcs.spi.VCSValidationException

All Implemented Interfaces:
java.io.Serializable

public class VCSValidationException
extends VCSException

Validation exception class for version clients.

Since:
9.0.5
See Also:
Serialized Form

Constructor Summary
VCSValidationException(java.lang.String title, java.lang.String error)
           

 

Method Summary

 

Methods inherited from class oracle.jdeveloper.vcs.spi.VCSException
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

VCSValidationException

public VCSValidationException(java.lang.String title,
                              java.lang.String error)

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.