Extension SDK

oracle.jdeveloper.runner
Class EmbeddedServerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.jdeveloper.runner.EmbeddedServerException
All Implemented Interfaces:
java.io.Serializable

public class EmbeddedServerException
extends java.lang.Exception

This class represent an exception that occurs when the embedded server fails to start up.

See Also:
Serialized Form

Method Summary
 java.lang.String getMessage()
           
 int getStatus()
          See constants EmbeddedServer for valid status codes.
 
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
 

Method Detail

getStatus

public int getStatus()
See constants EmbeddedServer for valid status codes.


getMessage

public java.lang.String getMessage()

Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.