RSE
Release 3.0

org.eclipse.rse.services.clientserver.messages
Class IndicatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.rse.services.clientserver.messages.IndicatorException
All Implemented Interfaces:
Serializable

Deprecated. This exception is no longer used and client code should not try catching it unless it wants to be compatible with earlier RSE versions.

public class IndicatorException
extends RuntimeException

used to indicate that the indicator is not valid.

See Also:
Serialized Form

Constructor Summary
IndicatorException(String text)
          Deprecated.  
 
Method Summary
 
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

IndicatorException

public IndicatorException(String text)
Deprecated. 

RSE
Release 3.0

Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.