Package org.praxislive.ide.core.api
Class HubUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.praxislive.ide.core.api.HubUnavailableException
- All Implemented Interfaces:
Serializable
Exception thrown when communication into the PraxisCORE system cannot be made
because no hub is available.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofHubUnavailableExceptionwithout detail message.Constructs an instance ofHubUnavailableExceptionwith the specified detail message.HubUnavailableException(String msg, Throwable cause) HubUnavailableException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HubUnavailableException
public HubUnavailableException()Creates a new instance ofHubUnavailableExceptionwithout detail message. -
HubUnavailableException
Constructs an instance ofHubUnavailableExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
HubUnavailableException
-
HubUnavailableException
-