hu.mta.sztaki.lpds.cloud.simulator.iaas
Class IaaSService.IaaSHandlingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
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.