Class CustomConflictException

java.lang.Object
java.lang.Throwable
java.lang.Exception
restapi.utils.error.CustomConflictException
All Implemented Interfaces:
Serializable

public class CustomConflictException extends Exception
See Also:
  • Constructor Details

    • CustomConflictException

      public CustomConflictException(String errorMessage, Throwable err)
    • CustomConflictException

      public CustomConflictException(String errorMessage)