- 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceUnavailableException()
Creates a new instance ofServiceUnavailableException
without detail message.ServiceUnavailableException(String msg)
Constructs an instance ofServiceUnavailableException
with the specified detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ServiceUnavailableException
public ServiceUnavailableException()
Creates a new instance ofServiceUnavailableException
without detail message.
-
ServiceUnavailableException
public ServiceUnavailableException(String msg)
Constructs an instance ofServiceUnavailableException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-