JDeveloper SCM API

oracle.ide.scm.error
Class SCMFileSystemException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.ide.util.NestedException
                    |
                    +--oracle.ide.scm.error.SCMException
                          |
                          +--oracle.ide.scm.error.SCMMinimalException
                                |
                                +--oracle.ide.scm.error.SCMFileSystemException
All Implemented Interfaces:
java.io.Serializable

public class SCMFileSystemException
extends SCMMinimalException

Convenience exception class for error resulting from source control client filesystem commands.

See Also:
Serialized Form

Fields inherited from class oracle.ide.util.NestedException
DEFAULT_SEVERITY, SEV_DONT_DISPLAY, SEV_ERROR, SEV_FATAL, SEV_INFORMATIONAL, SEV_WARNING
 
Constructor Summary
SCMFileSystemException(java.lang.String error)
          Construct an SCMFileSystemException with the specified error message.
 
Methods inherited from class oracle.ide.util.NestedException
getSeverity, getStackTrace, getStackTrace, getTarget, getTitle, setSeverity, setTitle
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SCMFileSystemException

public SCMFileSystemException(java.lang.String error)
Construct an SCMFileSystemException with the specified error message.

Copyright © 2002 Oracle Corporation