Class ServiceUnavailableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.praxislive.core.services.ServiceUnavailableException
All Implemented Interfaces:
Serializable

public class ServiceUnavailableException extends Exception
See Also:
  • Constructor Details

    • ServiceUnavailableException

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

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