Class MissingActiveVersionException

All Implemented Interfaces:
Serializable

public class MissingActiveVersionException extends HyperonRuntimeException
exception to use when given region in given profile has no active version
Author:
Maciej Główka on 06.02.2019
See Also:
  • Constructor Details

    • MissingActiveVersionException

      public MissingActiveVersionException(String profileCode, String regionCode)
    • MissingActiveVersionException

      public MissingActiveVersionException(String profileCode, String regionCode, String msg)
    • MissingActiveVersionException

      public MissingActiveVersionException(String profileCode, String regionCode, String msg, Throwable cause)