de.starface.integration.uci.java.v30.exceptions
Class UciIllegalAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.starface.integration.uci.java.v30.exceptions.UciException
              extended by de.starface.integration.uci.java.v30.exceptions.UciIllegalAccessException
All Implemented Interfaces:
Serializable

public class UciIllegalAccessException
extends UciException

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.

See Also:
Serialized Form

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

UciIllegalAccessException

public UciIllegalAccessException()
Creates a new UciIllegalAccessException


UciIllegalAccessException

public UciIllegalAccessException(String message)
Creates a new UciIllegalAccessException with the given message.

Parameters:
message - the message of the exception

UciIllegalAccessException

public UciIllegalAccessException(String message,
                                 Throwable cause)
Creates a new UciIllegalAccessException with the given message and cause.

Parameters:
message - the message of the exception
cause - the cause of the exception


Copyright © 2012 STARFACE GmbH. All rights reserved.