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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SCMStreamMonitorException
public SCMStreamMonitorException()
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 ©1997, 2003, Oracle. All rights reserved.