Class HubUnavailableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.praxislive.ide.core.api.HubUnavailableException
All Implemented Interfaces:
Serializable

public class HubUnavailableException extends Exception
Exception thrown when communication into the PraxisCORE system cannot be made because no hub is available.
See Also:
  • Constructor Details

    • HubUnavailableException

      public HubUnavailableException()
      Creates a new instance of HubUnavailableException without detail message.
    • HubUnavailableException

      public HubUnavailableException(String msg)
      Constructs an instance of HubUnavailableException with the specified detail message.
      Parameters:
      msg - the detail message.
    • HubUnavailableException

      public HubUnavailableException(Throwable cause)
    • HubUnavailableException

      public HubUnavailableException(String msg, Throwable cause)