Class SystemParameterAlreadyExists

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.suncode.pwfl.administration.configuration.exception.SystemParameterAlreadyExists
All Implemented Interfaces:
Serializable

public class SystemParameterAlreadyExists extends Exception
Wyjątek występujący, gdy próbujemy stworzyć nowy systemowy parametr, który istnieje już w bazie. Porównanie kluczy paramertów.
Author:
Patryk Kotlarz 3 mar 2017
See Also:
  • Constructor Details

    • SystemParameterAlreadyExists

      public SystemParameterAlreadyExists()
    • SystemParameterAlreadyExists

      public SystemParameterAlreadyExists(String message, Throwable cause)
    • SystemParameterAlreadyExists

      public SystemParameterAlreadyExists(String message)
    • SystemParameterAlreadyExists

      public SystemParameterAlreadyExists(Throwable cause)