Class WorkPieceException

    • Constructor Detail

      • WorkPieceException

        public WorkPieceException​(Object aWorkPiece,
                                  String aMessage,
                                  String aErrorCode)
        Instantiates a new work piece exception.
        Parameters:
        aWorkPiece - the work piece
        aMessage - the message
        aErrorCode - the error code
      • WorkPieceException

        public WorkPieceException​(Object aWorkPiece,
                                  String aMessage,
                                  Throwable aCause,
                                  String aErrorCode)
        Instantiates a new work piece exception.
        Parameters:
        aWorkPiece - the work piece
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • WorkPieceException

        public WorkPieceException​(Object aWorkPiece,
                                  String message,
                                  Throwable cause)
        Instantiates a new work piece exception.
        Parameters:
        aWorkPiece - the work piece
        message - the message
        cause - the cause
      • WorkPieceException

        public WorkPieceException​(Object aWorkPiece,
                                  String message)
        Instantiates a new work piece exception.
        Parameters:
        aWorkPiece - the work piece
        message - the message
      • WorkPieceException

        public WorkPieceException​(Object aWorkPiece,
                                  Throwable aCause,
                                  String aErrorCode)
        Instantiates a new work piece exception.
        Parameters:
        aWorkPiece - the work piece
        aCause - the cause
        aErrorCode - the error code
      • WorkPieceException

        public WorkPieceException​(Object aWorkPiece,
                                  Throwable cause)
        Instantiates a new work piece exception.
        Parameters:
        aWorkPiece - the work piece
        cause - the cause