Class ProcessingNotValidLinkingException

All Implemented Interfaces:
Serializable

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

    • ProcessingNotValidLinkingException

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

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

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