oracle.cle.process
Class RuntimeServiceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.cle.process.RuntimeServiceException
All Implemented Interfaces:
java.io.Serializable

public class RuntimeServiceException
extends java.lang.Exception

An Exception to throw when something goes wrong with a RuntimeService (loading a service through an XML definition).

See Also:
Serialized Form

Constructor Summary
RuntimeServiceException()
           
RuntimeServiceException(java.lang.String aString)
           
 
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

RuntimeServiceException

public RuntimeServiceException(java.lang.String aString)

RuntimeServiceException

public RuntimeServiceException()


Copyright © 2003 ORACLE Corp. All Rights Reserved.