Class EnumValueNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bluebell.greenhouse.platform.exceptions.enums.EnumValueNotFoundException
All Implemented Interfaces:
Serializable

public class EnumValueNotFoundException extends RuntimeException
Exception when an enum is not found by the given code.
Version:
1.0.1
Author:
Stephen Prizio
See Also:
  • Constructor Details

    • EnumValueNotFoundException

      public EnumValueNotFoundException(String message)
      Generic constructor.
      Parameters:
      message - message
    • EnumValueNotFoundException

      public EnumValueNotFoundException(String message, Throwable throwable)
      Generic constructor with Throwable instance.
      Parameters:
      message - message
      throwable - Throwable