Package org.movealong.sly.app
Class ServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.movealong.sly.app.ServiceException
-
- All Implemented Interfaces:
Serializable
public class ServiceException extends Exception
An exception that is thrown in the course of binding or resolving services inApp.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceException(String message, ServiceHandle<?> serviceHandle)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ServiceException
public ServiceException(String message, ServiceHandle<?> serviceHandle)
-
-