de.starface.integration.uci.java.v30.ucp.exceptions
Class UcpCommunicationException

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.ucp.exceptions.UcpCommunicationException
All Implemented Interfaces:
Serializable

public class UcpCommunicationException
extends UciException

This message is thrown during an UCP procedure call if a communication error occurred.

See Also:
Serialized Form

Constructor Summary
UcpCommunicationException()
          Creates a new UcpCommunicationException with the given message and cause.
UcpCommunicationException(String message)
          Creates a new UcpCommunicationException with the given message and cause.
UcpCommunicationException(String message, Throwable cause)
          Creates a new UcpCommunicationException 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

UcpCommunicationException

public UcpCommunicationException()
Creates a new UcpCommunicationException with the given message and cause.


UcpCommunicationException

public UcpCommunicationException(String message)
Creates a new UcpCommunicationException with the given message and cause.

Parameters:
message - the message of the exception

UcpCommunicationException

public UcpCommunicationException(String message,
                                 Throwable cause)
Creates a new UcpCommunicationException 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.