JDeveloper SCM API

oracle.ide.scm.util.runner
Class SCMStreamMonitorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.ide.scm.util.runner.SCMStreamMonitorException
All Implemented Interfaces:
java.io.Serializable

public class SCMStreamMonitorException
extends java.lang.Exception

Exception class for shell runner process monitor errors. These are not reported and will cause process streams to be closed.

See Also:
Serialized Form

Constructor Summary
SCMStreamMonitorException()
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SCMStreamMonitorException

public SCMStreamMonitorException()
Method Detail

getMessage

public final java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable
Throws:
java.lang.UnsupportedOperationException - always, as this operation is not supported.

Copyright © 2002 Oracle Corporation