|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
com.kuka.roboticsAPI.ioModel.OutputReservedException
public class OutputReservedException
I/O exception class signaling that a Sunrise output is reserved while accessing it. A Sunrise output may be reserved because it is configured somewhere else, i.e. in the Sunrise project settings.
| Constructor Summary | |
|---|---|
OutputReservedException()
Default constructor. |
|
OutputReservedException(String message)
Constructs an OutputReservedException with the specified detail
message. |
|
OutputReservedException(String message,
Throwable cause)
Constructs an OutputReservedException with the specified detail
message and cause. |
|
| 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 OutputReservedException()
public OutputReservedException(String message)
OutputReservedException with the specified detail
message.
message - The detail message (which is saved for later retrieval by the
Throwable.getMessage() method)
public OutputReservedException(String message,
Throwable cause)
OutputReservedException with the specified detail
message and cause.
Note that the detail message associated with cause is not
automatically incorporated into this exception's detail message.
message - The detail message (which is saved for later retrieval by the
Throwable.getMessage() method)cause - The cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is permitted, and
indicates that the cause is nonexistent or unknown.)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||