com.kuka.nav.task.remote
Class RemoteTaskException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.kuka.nav.task.remote.RemoteTaskException
All Implemented Interfaces:
Serializable

public class RemoteTaskException
extends Exception

Exception thrown when errors occur running remote tasks.

See Also:
Serialized Form

Constructor Summary
RemoteTaskException(String msg)
          Standard constructor with message.
RemoteTaskException(String msg, Throwable cause)
          Standard constructor with message and throwable.
RemoteTaskException(Throwable cause)
          Standard constructor with throwable.
 
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

RemoteTaskException

public RemoteTaskException(String msg)
Standard constructor with message.

Parameters:
msg - a message

RemoteTaskException

public RemoteTaskException(Throwable cause)
Standard constructor with throwable.

Parameters:
cause - a throwable

RemoteTaskException

public RemoteTaskException(String msg,
                           Throwable cause)
Standard constructor with message and throwable.

Parameters:
msg - a message
cause - a throwable


Copyright © 2019. All rights reserved.