Package io.getunleash
Class UnleashException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.getunleash.UnleashException
-
- All Implemented Interfaces:
UnleashEvent,Serializable
public class UnleashException extends RuntimeException implements UnleashEvent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnleashException(String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpublishTo(UnleashSubscriber unleashSubscriber)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
publishTo
public void publishTo(UnleashSubscriber unleashSubscriber)
- Specified by:
publishToin interfaceUnleashEvent
-
-