Class ProcessingDuplicatedVersionException

All Implemented Interfaces:
Serializable

public class ProcessingDuplicatedVersionException extends ProcessingException
Define a Processing Exception to be thrown when an error occurred, not a fatal error
See Also:
  • Constructor Details

    • ProcessingDuplicatedVersionException

      public ProcessingDuplicatedVersionException(String message, Throwable cause)
      Parameters:
      message - associated message
      cause - associated cause
    • ProcessingDuplicatedVersionException

      public ProcessingDuplicatedVersionException(Throwable cause)
      Parameters:
      cause - associated cause
    • ProcessingDuplicatedVersionException

      public ProcessingDuplicatedVersionException(String message)
      Parameters:
      message - associated message