Class MissingActiveVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
pl.decerto.hyperon.runtime.exception.HyperonRuntimeException
pl.decerto.hyperon.runtime.exception.MissingActiveVersionException
- All Implemented Interfaces:
Serializable
exception to use when given region in given profile has no active version
- Author:
- Maciej Główka on 06.02.2019
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingActiveVersionException(String profileCode, String regionCode) MissingActiveVersionException(String profileCode, String regionCode, String msg) MissingActiveVersionException(String profileCode, String regionCode, String msg, Throwable cause) -
Method Summary
Methods inherited from class pl.decerto.hyperon.runtime.exception.HyperonRuntimeException
buildMessage, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingActiveVersionException
-
MissingActiveVersionException
-
MissingActiveVersionException
-