org.universAAL.middleware.brokers.message.deploy
Class DeployMessageException

Package class diagram package DeployMessageException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.universAAL.middleware.brokers.message.deploy.DeployMessageException
All Implemented Interfaces:
Serializable

public class DeployMessageException
extends RuntimeException

Version:
$LastChangedRevision$ ($LastChangedDate$)
Author:
Stefano "Kismet" Lenzi, Michele Girolami
See Also:
Serialized Form

Constructor Summary
DeployMessageException(String description)
           
DeployMessageException(String msg, Throwable t)
           
 
Method Summary
 String getDescription()
           
 
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

DeployMessageException

public DeployMessageException(String msg,
                              Throwable t)
Parameters:
msg - the error message describing what is happened, it will be stored also into the description field
t - The Throwable exception causing this exception
Since:
1.3.2

DeployMessageException

public DeployMessageException(String description)
Method Detail

getDescription

public String getDescription()
Returns:
the current value of the description field


Copyright © 2014 universAAL Consortium. All Rights Reserved.