Class AnkaHostException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.veertu.plugin.anka.exceptions.AnkaException
-
- com.veertu.plugin.anka.exceptions.AnkaHostException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AnkaHostConfigurationException
,AnkaHostInternalException
,AnkaHostLogicException
,AnkaHostPortBusyException
,AnkaVmNotFoundException
public class AnkaHostException extends AnkaException
Created by avia on 04/07/2016.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnkaHostException(Exception ex)
AnkaHostException(String s)
AnkaHostException(String s, Throwable cause)
AnkaHostException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-