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

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.UcpNotConnectedException
All Implemented Interfaces:
Serializable

public class UcpNotConnectedException
extends UciException

This message is thrown during an UCP procedure call if the call is only permitted for an active connection and no such connection has been established.

See Also:
Serialized Form

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

UcpNotConnectedException

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


UcpNotConnectedException

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

Parameters:
message - the message of the exception

UcpNotConnectedException

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