com.kuka.comm
Class ServerStartupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 messageex - a nested exception
Copyright © 2019. All rights reserved.