com.kuka.nav.command
Class RequestExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.kuka.nav.command.RequestExecutionException
- All Implemented Interfaces:
- Serializable
public class RequestExecutionException
- extends RuntimeException
Exception class for when a request container becomes invalid due to an error.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RequestExecutionException
public RequestExecutionException(String msg)
- Constructs the exception with an error message.
- Parameters:
msg - A message describing the error.
RequestExecutionException
public RequestExecutionException(String msg,
Throwable cause)
- Constructs the exception with an error message and a causing error.
- Parameters:
msg - A message describing the error.cause - An error that caused this exception.
Copyright © 2019. All rights reserved.