net.ogdf.bin
Class OgdfServerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.ogdf.bin.OgdfServerException

public class OgdfServerException
extends RuntimeException

An exception that is thrown when execution of the OGDF server process fails.

Rating red

Constructor Summary
OgdfServerException()
          Constructs a new server exception.
OgdfServerException(String message)
          Constructs a new server exception with a detail message.
OgdfServerException(String message, Throwable cause)
          Constructs a new server exception with a detail message and a cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OgdfServerException

public OgdfServerException()
Constructs a new server exception.


OgdfServerException

public OgdfServerException(String message)
Constructs a new server exception with a detail message.

Parameters:
message - a detail message

OgdfServerException

public OgdfServerException(String message,
                           Throwable cause)
Constructs a new server exception with a detail message and a cause.

Parameters:
message - a detail message
cause - the cause for this exception