Class AmbiguousProfileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
pl.decerto.hyperon.runtime.exception.HyperonRuntimeException
pl.decerto.hyperon.runtime.exception.AmbiguousProfileException
- All Implemented Interfaces:
Serializable
exception to use when given region and/or version is attached to more than one profile
- Author:
- Maciej Główka on 11.02.2019
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAmbiguousProfileException(Collection<String> profiles, String regionCode, String msg) AmbiguousProfileException(Collection<String> profiles, String regionCode, String version, String msg) AmbiguousProfileException(Collection<String> profiles, String regionCode, String version, 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
-
AmbiguousProfileException
-
AmbiguousProfileException
public AmbiguousProfileException(Collection<String> profiles, String regionCode, String version, String msg) -
AmbiguousProfileException
-