hu.mta.sztaki.lpds.cloud.simulator.iaas
Class IaaSService.IaaSHandlingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by hu.mta.sztaki.lpds.cloud.simulator.iaas.IaaSService.IaaSHandlingException
All Implemented Interfaces:
Serializable
Enclosing class:
IaaSService

public static class IaaSService.IaaSHandlingException
extends Exception

This class represents a generic error that occurred during the operation of the IaaS service.

Author:
"Gabor Kecskemeti, Distributed and Parallel Systems Group, University of Innsbruck (c) 2013"
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
IaaSService.IaaSHandlingException(String s)
          Only a generic constructor is defined so a textual message can be propagated around the system
IaaSService.IaaSHandlingException(String s, Throwable ex)
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

IaaSService.IaaSHandlingException

public IaaSService.IaaSHandlingException(String s)
Only a generic constructor is defined so a textual message can be propagated around the system

Parameters:
s - the reason this exception was raised

IaaSService.IaaSHandlingException

public IaaSService.IaaSHandlingException(String s,
                                         Throwable ex)


Copyright © 2012–2015 University of Innsbruck & MTA SZTAKI. All rights reserved.