com.kuka.nav.command
Class RequestExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
RequestExecutionException(String msg)
          Constructs the exception with an error message.
RequestExecutionException(String msg, Throwable cause)
          Constructs the exception with an error message and a causing error.
 
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

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.