Extension SDK

oracle.jdeveloper.runner
Class EmbeddedServerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.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, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, 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()
Overrides:
getMessage in class java.lang.Throwable

Extension SDK