Class NonUniqueItemFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bluebell.greenhouse.radicle.exceptions.system.NonUniqueItemFoundException
All Implemented Interfaces:
Serializable

public class NonUniqueItemFoundException extends RuntimeException
Custom exception for non unique items in the database.
Version:
1.0.1
Author:
Stephen Prizio
See Also:
  • Constructor Details

    • NonUniqueItemFoundException

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

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