|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.starface.integration.uci.java.v30.exceptions.UciException
de.starface.integration.uci.java.v30.exceptions.UciIllegalAccessException
public class UciIllegalAccessException
This exception indicates that the data to be accessed or function to be used is not allowed to be accessed by the issuing a UCI request.
| Constructor Summary | |
|---|---|
UciIllegalAccessException()
Creates a new UciIllegalAccessException |
|
UciIllegalAccessException(String message)
Creates a new UciIllegalAccessException with the given message. |
|
UciIllegalAccessException(String message,
Throwable cause)
Creates a new UciIllegalAccessException with the given 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 UciIllegalAccessException()
public UciIllegalAccessException(String message)
message - the message of the exception
public UciIllegalAccessException(String message,
Throwable cause)
message - the message of the exceptioncause - the cause of the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||