org.universAAL.middleware.modules.exception
Class CommunicationModuleException

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

public class CommunicationModuleException
extends RuntimeException

Communication Module Exception

Author:
Michele Girolami, Francesco Furfari, Filippo Palumbo
See Also:
Serialized Form

Constructor Summary
CommunicationModuleException(short errorCode, String description)
           
CommunicationModuleException(short errorCode, String description, Throwable t)
           
 
Method Summary
 String getDescription()
           
 short getErrorCode()
           
 void setDescription(String description)
           
 void setErrorCode(short errorCode)
           
 
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

CommunicationModuleException

public CommunicationModuleException(short errorCode,
                                    String description)

CommunicationModuleException

public CommunicationModuleException(short errorCode,
                                    String description,
                                    Throwable t)
Method Detail

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getErrorCode

public short getErrorCode()

setErrorCode

public void setErrorCode(short errorCode)


Copyright © 2014 universAAL Consortium. All Rights Reserved.