|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.kuka.nav.task.remote.RemoteTaskException
public class RemoteTaskException
Exception thrown when errors occur running remote tasks.
| 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 |
|---|
public RemoteTaskException(String msg)
msg - a messagepublic RemoteTaskException(Throwable cause)
cause - a throwable
public RemoteTaskException(String msg,
Throwable cause)
msg - a messagecause - a throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||