org.universAAL.middleware.connectors.exception
Class CommunicationConnectorException

Package class diagram package CommunicationConnectorException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.universAAL.middleware.connectors.exception.CommunicationConnectorException
All Implemented Interfaces:
Serializable

public class CommunicationConnectorException
extends RuntimeException

Communication Connector Exception

Version:
$LastChangedRevision$ ( $LastChangedDate$ )
Author:
Michele Girolami, Francesco Furfari, Filippo Palumbo, Stefano Lenzi
See Also:
Serialized Form

Constructor Summary
CommunicationConnectorException(CommunicationConnectorErrorCode code)
           
CommunicationConnectorException(CommunicationConnectorErrorCode code, String description)
           
CommunicationConnectorException(CommunicationConnectorErrorCode code, String msg, Throwable t)
           
CommunicationConnectorException(CommunicationConnectorErrorCode code, Throwable t)
           
CommunicationConnectorException(int i, String description)
           
 
Method Summary
 String getDescription()
           
 int getErrorCode()
           
 
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

CommunicationConnectorException

public CommunicationConnectorException(int i,
                                       String description)

CommunicationConnectorException

public CommunicationConnectorException(CommunicationConnectorErrorCode code,
                                       String description)

CommunicationConnectorException

public CommunicationConnectorException(CommunicationConnectorErrorCode code)

CommunicationConnectorException

public CommunicationConnectorException(CommunicationConnectorErrorCode code,
                                       Throwable t)

CommunicationConnectorException

public CommunicationConnectorException(CommunicationConnectorErrorCode code,
                                       String msg,
                                       Throwable t)
Method Detail

getDescription

public String getDescription()

getErrorCode

public int getErrorCode()


Copyright © 2014 universAAL Consortium. All Rights Reserved.