com.kuka.comm
Class ServerStartupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.kuka.comm.ServerStartupException
All Implemented Interfaces:
Serializable

public class ServerStartupException
extends RuntimeException

Unchecked exception that is thrown if the server startup failed.

See Also:
Serialized Form

Constructor Summary
ServerStartupException(String message)
          Creates a new ServerStartupException.
ServerStartupException(String message, Throwable ex)
          Creates a new ServerStartupException with nested exceptions.
 
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

ServerStartupException

public ServerStartupException(String message)
Creates a new ServerStartupException.

Parameters:
message - the error message

ServerStartupException

public ServerStartupException(String message,
                              Throwable ex)
Creates a new ServerStartupException with nested exceptions.

Parameters:
message - the error message
ex - a nested exception


Copyright © 2019. All rights reserved.